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