readDeviceLogs_Pre method

Future<ReadDeviceLogsResponse> readDeviceLogs_Pre(
  1. ServiceCall call,
  2. Future<ReadDeviceLogsRequest> request
)

Implementation

$async.Future<$0.ReadDeviceLogsResponse> readDeviceLogs_Pre(
    $grpc.ServiceCall call,
    $async.Future<$0.ReadDeviceLogsRequest> request) async {
  return readDeviceLogs(call, await request);
}