selectionStream property
Stream to receive selection changes.
Implementation
@override
Stream<List<EntityData>> get selectionStream => _selectionController.stream;
Stream to receive selection changes.
@override
Stream<List<EntityData>> get selectionStream => _selectionController.stream;