LwaPlatform class abstract
LwaPlatform
- Inheritance
-
- Object
- PlatformInterface
- LwaPlatform
- Implementers
Constructors
- LwaPlatform.new()
- Constructor
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
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
signIn(
{required List scopes}) → Future< String?> - signIn(scopes) Logs the user in to the Amazon service Accepts an optional array of scopes and returns a string
-
signOut(
) → Future< String?> - signOut() Logs the user out of the Amazon service and expires their token Returns a string
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- getLWAAuthState → Stream
-
getLWAAuthState
Stream handler that listens for Amazon authentication events
Returns a stream
no setter
- instance ↔ LwaPlatform
-
LwaPlatform
getter/setter pair