LoginWithAmazon class

Constructors

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

Properties

currentAuth Future<LwaAuthorizeResult>
no setter
hashCode int
The hash code for this object.
no setterinherited
onLwaAuthorizeChanged Stream<LwaAuthorizeResult>
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>
toString() String
A string representation of this object.
inherited

Operators

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