AccountsApi class
Account management API.
Handles operations related to contact accounts (e.g., Google, Exchange, local).
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
-
getAll(
) → Future< List< Account> > - Gets all available accounts.
-
getDefault(
) → Future< Account?> - Gets the default account for storing contacts.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
showDefaultPicker(
) → Future< void> - Shows the system account picker to select a default account.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- instance → const AccountsApi