verifyContactEmail_Pre method
Future<VerifyContactEmailResponse>
verifyContactEmail_Pre(
- ServiceCall $call,
- Future<
VerifyContactEmailRequest> $request
Implementation
$async.Future<$0.VerifyContactEmailResponse> verifyContactEmail_Pre(
$grpc.ServiceCall $call,
$async.Future<$0.VerifyContactEmailRequest> $request) async {
return verifyContactEmail($call, await $request);
}