onAuthCallbackUrl property
Called when auth returns with a callback URL (e.g. iOS plugin). Example app should pass same handler as app_links so all callbacks run in main.
Implementation
final void Function(Uri uri)? onAuthCallbackUrl;
Called when auth returns with a callback URL (e.g. iOS plugin). Example app should pass same handler as app_links so all callbacks run in main.
final void Function(Uri uri)? onAuthCallbackUrl;