changePassword method

ResponseFuture<AccountProto_ChangePasswordReply> changePassword(
  1. AccountProto_ChangePasswordRequest request, {
  2. CallOptions? options,
})

Implementation

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