linktsp_api
account_services
AccountService
subscribe abstract method
subscribe
subscribe
method
Null safety
Future
<
bool
?
>
subscribe
(
{
required
String
email
}
)
Get any updates or news via your mail
Implementation
Future<bool?> subscribe({required String email});
linktsp_api
account_services
AccountService
subscribe 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 ==