IoExplorerProvider constructor

IoExplorerProvider({
  1. String entryPath = '/',
})

Implementation

IoExplorerProvider({
  this.entryPath = '/',
}) : currentPath = entryPath;