inRequestStream property

Stream<bool> inRequestStream

Returns stream of inRequest events

Implementation

Stream<bool> get inRequestStream => _inRequestStreamController.stream;