hardwareEvents_Pre method

Stream<HardwareEventsResponse> hardwareEvents_Pre(
  1. ServiceCall call,
  2. Future<HardwareEventsRequest> request
)

Implementation

$async.Stream<$0.HardwareEventsResponse> hardwareEvents_Pre(
    $grpc.ServiceCall call,
    $async.Future<$0.HardwareEventsRequest> request) async* {
  yield* hardwareEvents(call, await request);
}