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