RowndPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- RowndPlatform
- Implementers
Constructors
- RowndPlatform()
- Constructs a RowndPlatform.
Properties
Methods
-
configure(
RowndConfig configure) → void -
getAccessToken(
) → Future< String?> -
getPlatformVersion(
) → Future< String?> -
manageAccount(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
requestSignIn(
[RowndSignInOptions? signInOpts]) → void -
signOut(
) → void -
state(
) → GlobalStateNotifier -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ RowndPlatform
-
The default instance of
RowndPluginPlatformto use.getter/setter pair