Need Suggestion for below:
I have setup github for dart cloud function
For ex: Right now I have function which is deploy in https://67af81ff985620a6fbca.appwrite.global
And I want to make deep link for this to open the app if installed if the link is open in phone
https://67af81ff985620a6fbca.appwrite.global/join/team/XXYYZZ
TL;DR
Developers looking to create a Dart cloud function acting as a Deep Link for a Flutter app can achieve this by configuring their Github repository with the Dart cloud function. This would allow them to generate a Deep Link like `https://67af81ff985620a6fbca.appwrite.global/join/team/XXYYZZ` to open the app directly on a phone if it is installed.