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
-
authLogin({String? email, required String password, String? phone, String? role})
→ Future<LoginModel>
-
-
changeForgotPassword({String? oldPassword, String? newPassword, String? token})
→ Future<ForgotPasswordPinVerificationResponseModel>
-
-
checkUsername({String username})
→ Future<GlobalResponseModel>
-
-
forgotPassword({String? newPassword, String? token})
→ Future<ForgotPasswordPinVerificationResponseModel>
-
-
getOtp({String? token})
→ Future<GlobalResponseModel>
-
-
loginWithFacebook()
→ Future<SocialModel>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
registerBiometric({required String publicKey, required String deviceId})
→ Future<BiometricRegisterResponseModel>
-
-
registerUser({String? username, String? name, String? email, String? phone, String? address, required String password, String? role, String? subRole, String? schoolId, String? panel})
→ Future<LoginModel>
-
-
resetPasswordByEmail({required ForgotPasswordPinVerificationRequestModel model})
→ Future<ForgotPasswordPinVerificationResponseModel>
-
-
resetPasswordByPhone({required String phone})
→ Future<ForgotPasswordPinVerificationResponseModel>
-
-
toString()
→ String
-
A string representation of this object.
inherited
-
verifyForgotPasswordOtp({required int otpCode, required bool navigateToHome, String? key})
→ Future<ForgotPasswordPinVerificationResponseModel>
-
-
verifyOtp({required int otpCode})
→ Future<GlobalResponseModel>
-