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