B2CPluginWeb class
A web implementation of the AzureB2C plugin. It implements the comm protocol define in AzureB2C using the B2CProviderWeb provider.
For more information, see:
Note: No need to never istantiate this class as the flutter plugin mechanism will automatically istantiate one in case the app is compiled for the web platform.
Constructors
- B2CPluginWeb()
- Default construtor. Exclusevely used from the plugin itself.
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
-
handleMethodCall(
MethodCall call) → Future - Handles method calls over the MethodChannel of this plugin. Note: Check the "federated" architecture for a new way of doing this: https://flutter.dev/go/federated-plugins
-
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(
Registrar registrar) → void