updatePassword_Pre method

Future<IdentifierResponse> updatePassword_Pre(
  1. ServiceCall $call,
  2. Future<UpdatePasswordReq> $request
)

Implementation

$async.Future<$1.IdentifierResponse> updatePassword_Pre(
    $grpc.ServiceCall $call,
    $async.Future<$1.UpdatePasswordReq> $request) async {
  return updatePassword($call, await $request);
}