streamController property

StreamController<List<XFile>> streamController
final

Stream controller for the data store

Implementation

final StreamController<List<XFile>> streamController = StreamController<List<XFile>>();