LoginWithAmazon class

Constructors

LoginWithAmazon({List<Scope> scopes = const <Scope>[]})

Properties

currentAuth LwaAuthorizeResult
The currently signed in account, or null if the user is signed out.
no setter
hashCode int
The hash code for this object.
no setterinherited
onLwaAuthorizeChanged Stream<LwaAuthorizeResult>
Subscribe to this stream to be notified when the current user changes.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scopes List<Scope>
final

Methods

fetchUserProfile() Future<LwaUser>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
signIn() Future<LwaAuthorizeResult>
signInSilently({bool suppressErrors = true}) Future<LwaAuthorizeResult>
signOut() Future<LwaAuthorizeResult>
Marks current user as being in the signed out state.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited