initExplorer method

Future initExplorer({
  1. String? path,
})

Implementation

Future initExplorer({String? path}) async =>
    _explorer = await StorageExplorer.getInstance(this, path: path);