changePassword method
ResponseFuture<AccountProto_ChangePasswordReply>
changePassword(
- AccountProto_ChangePasswordRequest request, {
- CallOptions? options,
Only for web-user
Implementation
$grpc.ResponseFuture<$0.AccountProto_ChangePasswordReply> changePassword(
$0.AccountProto_ChangePasswordRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$changePassword, request, options: options);
}