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