CafeBazaarAuth class

Constructors

CafeBazaarAuth()

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
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

isBazaarInstalledOnDevice Future<bool?>
To check if bazaar is installed on device or not, returns bool
no setter
isNeededToUpdateBazaar Future<CafeBazaarUpdateInfo>
To check if bazaar needs to update, to support auth or storage
no setter
lastSignedInAccount Future<CafeBazaarAccount?>
Get signed in account
no setter
savedData Future<String?>
Get saved data
no setter

Static Methods

saveDsaveData(String data) Future<String?>
Save data
showInstallBazaarView() Future<void>
Shows a view to install bazaar app
showUpdateBazaarView() Future<void>
Shows a view to update bazaar app
signIn() Future<CafeBazaarAccount?>
Sign in with bazaar