getMyEmail_Pre method

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

Implementation

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