linktsp_api
account_services
AccountService
resetPassword abstract method
resetPassword
resetPassword
method
Null safety
Future
<
bool
?
>
resetPassword
(
{
required
int
customerId
,
required
String
password
}
)
Implementation
Future<bool?> resetPassword( {required int customerId, required String password});
linktsp_api
account_services
AccountService
resetPassword abstract method
AccountService class
Constructors
AccountService
Properties
hashCode
runtimeType
Methods
changePassword
confirmPassword
customerSummary
forgetPassword
getProfileDetails
login
noSuchMethod
notificationsToken
register
resendPassword
resendVerificationCode
resetPassword
subscribe
toString
unSubscribe
updateProfile
verify
Operators
operator ==