listAppKeys_Pre method
Future<ListAppKeysResponse>
listAppKeys_Pre(
- ServiceCall $call,
- Future<
ListAppKeysRequest> $request
Implementation
$async.Future<$0.ListAppKeysResponse> listAppKeys_Pre($grpc.ServiceCall $call,
$async.Future<$0.ListAppKeysRequest> $request) async {
return listAppKeys($call, await $request);
}