MethodChannelLwa class
MethodChannelLwa
- Inheritance
-
- Object
- PlatformInterface
- LwaPlatform
- MethodChannelLwa
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- methodChannel → MethodChannel
-
final
- 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
override
-
signOut(
) → Future< String?> -
signOut()
Logs the user out of the Amazon service and expires their token
Returns a string
override
-
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