lockEvents property

Stream<bool> lockEvents

Broadcast stream that you can use to react to lock/unlock event default to false BehaviorSubject stream so it will always emit last sent value as soon as you listen

Implementation

Stream<bool> get lockEvents => _lockEventsController.stream;