linktsp_api
account_services
AccountService
register abstract method
register
register
method
Null safety
Future
<
UserModel
>
register
(
{
required
RegisterModel
registerModel
}
)
Implementation
Future<UserModel> register({required RegisterModel registerModel});
linktsp_api
account_services
AccountService
register 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 ==