Lwa class

LWA

Constructors

Lwa()

Properties

channel MethodChannelLwa
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getLWAAuthState() Stream
getLWAAuthState Stream handler that listens for Amazon authentication events Returns a stream
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
signIn({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