getApplicationKey_Pre method

Future<GetApplicationKeyResponse> getApplicationKey_Pre(
  1. ServiceCall $call,
  2. Future<GetApplicationKeyRequest> $request
)

Implementation

$async.Future<$0.GetApplicationKeyResponse> getApplicationKey_Pre(
    $grpc.ServiceCall $call,
    $async.Future<$0.GetApplicationKeyRequest> $request) async {
  return getApplicationKey($call, await $request);
}