FlutterWebAuth2UnsupportedPlugin class
Implements the plugin interface for unsupported platforms (just throws errors).
- Inheritance
-
- Object
- PlatformInterface
- FlutterWebAuth2Platform
- FlutterWebAuth2UnsupportedPlugin
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
authenticate(
{required String url, required String callbackUrlScheme, required Map< String, dynamic> options}) → Future<String> -
Ask the user to authenticate to the specified web service.
override
-
clearAllDanglingCalls(
) → Future -
The plugin may need to store the resulting callbacks in order to pass
the result back to the caller of
authenticate
. But if that result never comes the callback will dangle around forever. This can be called to terminate allauthenticate
calls with an error.override -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
registerWith(
) → void - Registers the unsupported implementation.