AuthRepo class

Constructors

AuthRepo()

Properties

addEmailOtp ↔ dynamic
getter/setter pair
checkMobileAndEmail ↔ dynamic
getter/setter pair
checkPassword ↔ dynamic
getter/setter pair
graphQLConfiguration ↔ dynamic
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
signInWithPassword ↔ dynamic
getter/setter pair

Methods

addEmailOtpAuth(AuthEmailOtpInput authEmailOtpInput) Future
checkMobileAndEmailAuth(String emailId, String mobileNumber, int isdCode) Future
checkPasswordAvailability(String mobileNumber, int isdCode) Future
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
signInWithMobileAndPassword(String mobileNumber, String password, int isdCode) Future
toString() String
A string representation of this object.
inherited

Operators

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