appState property
Get the app state that was provided during a previous call to loginWithRedirect.
This method should be called after calling onLoad.
Implementation
Future<Object?> get appState => Auth0FlutterWebPlatform.instance.appState;
Get the app state that was provided during a previous call to loginWithRedirect.
This method should be called after calling onLoad.
Future<Object?> get appState => Auth0FlutterWebPlatform.instance.appState;