listKeys_Pre method
- ServiceCall call,
- Future<
ListKeysRequest> request
Implementation
$async.Future<$10.ListKeysResponse> listKeys_Pre($grpc.ServiceCall call, $async.Future<$10.ListKeysRequest> request) async {
return listKeys(call, await request);
}