onAuthCallbackUrl property

void Function(Uri uri)? onAuthCallbackUrl
final

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;