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