menu
app_essentials
auth_repository
IAuthRepository
<
T
>
resetPassword abstract method
resetPassword
brightness_4
brightness_5
resetPassword
abstract method
Future
<
bool
>
resetPassword
(
String
password
,
String
confirmPassword
,
String
otp
)
Implementation
Future<bool> resetPassword( String password, String confirmPassword, String otp);
app_essentials
auth_repository
IAuthRepository
<
T
>
resetPassword abstract method
IAuthRepository class
Constructors
IAuthRepository
Properties
authApiService
hashCode
notificationDeviceToken
runtimeType
Methods
changePassword
guestSignIn
noSuchMethod
resetPassword
sendOtp
signIn
signUp
toString
verifyOtp
Operators
operator ==