listLogEntries_Pre method

Future<ListLogEntriesResponse> listLogEntries_Pre(
  1. ServiceCall call,
  2. Future<ListLogEntriesRequest> request
)

Implementation

$async.Future<$2.ListLogEntriesResponse> listLogEntries_Pre(
    $grpc.ServiceCall call,
    $async.Future<$2.ListLogEntriesRequest> request) async {
  return listLogEntries(call, await request);
}