initExplorer method

Future initExplorer({
  1. String? path,
  2. String dirName = 'storage_database_explorer',
})

Implementation

Future initExplorer({
  String? path,
  String dirName = 'storage_database_explorer',
}) => StorageExplorer.initInstance(this, path: path, dirName: dirName);