dropEventStream top-level property

Stream<List<String>> dropEventStream

Listen the drop event at path

This Stream will never send out an Error. It will always return data. This Stream will always receive events from when the application is started until it is terminated.

Implementation

Stream<List<String>> get dropEventStream => _dropEventStream;