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