createAPIKey_Pre method
Future<CreateAPIKeyResponse>
createAPIKey_Pre(
- ServiceCall call,
- Future<
CreateAPIKeyRequest> request
Implementation
$async.Future<$1.CreateAPIKeyResponse> createAPIKey_Pre(
$grpc.ServiceCall call,
$async.Future<$1.CreateAPIKeyRequest> request) async {
return createAPIKey(call, await request);
}