redirectScheme property

String? redirectScheme
final

If the Authentication is happening in an external Browser add your custom Redirect URI Scheme so the User gets redirected to the App

Remember that you might need to add some native configurations so your app knows how to handle the redirect. For more Info check out https://pub.dev/packages/uni_links

Implementation

final String? redirectScheme;