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