linktsp_api
account_services
AccountService
resendPassword abstract method
resendPassword
resendPassword
method
Null safety
Future
<
bool
?
>
resendPassword
(
{
required
String
data
,
required
int
verifyType
}
)
Implementation
Future<bool?> resendPassword({required String data, required int verifyType});
linktsp_api
account_services
AccountService
resendPassword 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 ==