vfsStructureChangedEventsController property

StreamController<VFSStructureChangedEvent> vfsStructureChangedEventsController
final

Emitted when the directory structure of the VFS has changed.

Implementation

static final StreamController<VFSStructureChangedEvent>
    vfsStructureChangedEventsController = StreamController.broadcast();