resendPhoneCode_Pre method
Future<ResendPhoneCodeResponse>
resendPhoneCode_Pre(
- ServiceCall $call,
- Future<
ResendPhoneCodeRequest> $request
Implementation
$async.Future<$0.ResendPhoneCodeResponse> resendPhoneCode_Pre(
$grpc.ServiceCall $call,
$async.Future<$0.ResendPhoneCodeRequest> $request) async {
return resendPhoneCode($call, await $request);
}