getMyEmail_Pre method
Implementation
$async.Future<$2.GetMyEmailResponse> getMyEmail_Pre($grpc.ServiceCall call, $async.Future<$2.GetMyEmailRequest> request) async {
return getMyEmail(call, await request);
}
$async.Future<$2.GetMyEmailResponse> getMyEmail_Pre($grpc.ServiceCall call, $async.Future<$2.GetMyEmailRequest> request) async {
return getMyEmail(call, await request);
}