linktsp_api
account_services
AccountService
verify abstract method
verify
verify
method
Null safety
Future
<
bool
?
>
verify
(
{
required
ActivationCodeModel
activationCodeModel
}
)
Implementation
Future<bool?> verify({required ActivationCodeModel activationCodeModel});
linktsp_api
account_services
AccountService
verify 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 ==