verifyMyEmail_Pre method
Future<VerifyMyEmailResponse>
verifyMyEmail_Pre(
- ServiceCall $call,
- Future<
VerifyMyEmailRequest> $request
Implementation
$async.Future<$0.VerifyMyEmailResponse> verifyMyEmail_Pre(
$grpc.ServiceCall $call,
$async.Future<$0.VerifyMyEmailRequest> $request) async {
return verifyMyEmail($call, await $request);
}