MethodChannelAndroidLocalData class
Android side implementation of LocalDataPlatformInterface
.
Constructors
- MethodChannelAndroidLocalData.new(MethodChannel _channel)
- Default constructor for MethodChannelAndroidLocalData.
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
-
accounts(
String operationId) → Future< Set< Account> > - Returns information about all accounts stored by the SDK.
-
authenticators(
String operationId) → Future< Set< Authenticator> > - Returns information about the authenticators.
-
deleteAuthenticator(
{required String operationId, required String username, String? aaid}) → Future< void> - Deletes all the data managed by the SDK regarding the provided authenticator.
-
deviceInformation(
String operationId) → Future< DeviceInformation?> -
Returns information about the configured
DeviceInformation
(if any). -
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