readDeviceEvents_Pre method
Future<ReadDeviceEventsResponse>
readDeviceEvents_Pre(
- ServiceCall call,
- Future<
ReadDeviceEventsRequest> request
Implementation
$async.Future<$0.ReadDeviceEventsResponse> readDeviceEvents_Pre(
$grpc.ServiceCall call,
$async.Future<$0.ReadDeviceEventsRequest> request) async {
return readDeviceEvents(call, await request);
}