Returns a stream of torch state changes.
@override Stream<bool> get torchState { // Web doesn't support hardware torch access // Return a stream that always emits false return async.Stream.value(false); }