fileInfoStreamController property

StreamController<Pair<File, Map<String, dynamic>?>> fileInfoStreamController
getter/setter pair

Implementation

late StreamController<Pair<File, Map<String, dynamic>?>>
    fileInfoStreamController;