resendContactPhoneCode_Pre method

Future<ResendContactPhoneCodeResponse> resendContactPhoneCode_Pre(
  1. ServiceCall $call,
  2. Future<ResendContactPhoneCodeRequest> $request
)

Implementation

$async.Future<$0.ResendContactPhoneCodeResponse> resendContactPhoneCode_Pre(
    $grpc.ServiceCall $call,
    $async.Future<$0.ResendContactPhoneCodeRequest> $request) async {
  return resendContactPhoneCode($call, await $request);
}