appState property

Future<Object?> get appState

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;