changePassword_Pre method

Future<AccountProto_ChangePasswordReply> changePassword_Pre(
  1. ServiceCall $call,
  2. Future<AccountProto_ChangePasswordRequest> $request
)

Implementation

$async.Future<$1.AccountProto_ChangePasswordReply> changePassword_Pre(
    $grpc.ServiceCall $call,
    $async.Future<$1.AccountProto_ChangePasswordRequest> $request) async {
  return changePassword($call, await $request);
}