Rank 3: Container
Future<void> signInApple() async { await appwrite.account.createOAuth2Session( provider: OAuthProvider.apple, success: "https://cloud.appwrite.io/v1/auth/oauth2/success", failure: "https://cloud.appwrite.io/v1/auth/oauth2/failure"); }```
Hey, this is my function code... I get an error re-direct URL does not exist I am using this on Flutter how can I... make it work, what should I put as a redirect URL