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