readContent function

dynamic readContent(
  1. String local
)

Implementation

readContent(String local) async {
  getDir();
  for(int i=0;i<_folders.length;i++){
    readContentItem(i,local);
  }
}