verifyContactPhone_Pre method
Future<VerifyContactPhoneResponse>
verifyContactPhone_Pre(
- ServiceCall call,
- Future<
VerifyContactPhoneRequest> request
Implementation
$async.Future<$0.VerifyContactPhoneResponse> verifyContactPhone_Pre($grpc.ServiceCall call, $async.Future<$0.VerifyContactPhoneRequest> request) async {
return verifyContactPhone(call, await request);
}