readDeviceEvents_Pre method

Future<ReadDeviceEventsResponse> readDeviceEvents_Pre(
  1. ServiceCall call,
  2. Future<ReadDeviceEventsRequest> request
)

Implementation

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