Sawo class

The Sawo class

Constructors

Sawo({required String apiKey, required String secretKey})
The parameters apiKey and secretKey must not be null.

Properties

apiKey String
Put your API KEY in apiKey
final
hashCode int
The hash code for this object.
no setterinherited
identifierType String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secretKey String
Put your SECRET KEY in secretKey
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
signIn({required BuildContext context, required String identifierType, dynamic callback}) → dynamic
Call signIn function for showing signIn form
toString() String
A string representation of this object.
inherited

Operators

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