handleRedirectCallback function
Stub method for logging in a user.
Implementation
Future<bool> handleRedirectCallback({
required String auth0Domain,
required String auth0ClientId,
String? redirectUri,
String? url,
}) =>
throw UnsupportedError(
'This is the stub method, use the active method instead.',
);