getMyEmail_Pre method

Future<GetMyEmailResponse> getMyEmail_Pre(
  1. ServiceCall $call,
  2. Future<GetMyEmailRequest> $request
)

Implementation

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