createApplicationKey_Pre method

Future<CreateApplicationKeyResponse> createApplicationKey_Pre(
  1. ServiceCall $call,
  2. Future<CreateApplicationKeyRequest> $request
)

Implementation

$async.Future<$0.CreateApplicationKeyResponse> createApplicationKey_Pre(
    $grpc.ServiceCall $call,
    $async.Future<$0.CreateApplicationKeyRequest> $request) async {
  return createApplicationKey($call, await $request);
}