LocalData class Null safety

An interface that provides information about the information that is stored locally in the SDK.

This includes authenticator and device information. The interface also allows to delete the data locally.

Constructors

LocalData()

Properties

accounts → Future<Set<Account>>
Convenience method that returns all the registered accounts.
read-only
authenticators → Future<Set<Authenticator>>
Returns information about the authenticators.
read-only
deviceInformation → Future<DeviceInformation?>
Returns information about the configured DeviceInformation (if any).
read-only
hashCode → int
The hash code for this object.
read-onlyinherited
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

deleteAuthenticator({required String username, String? aaid}) → Future<void>
Deletes all the data managed by the SDK regarding the provided authenticator.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited