explorer property

StorageExplorer explorer

Implementation

StorageExplorer get explorer {
  if (!storageExplorerIsInitialized) {
    throw const StorageDatabaseException(
      'StorageExplorer service has not initialized yet',
    );
  }
  return _explorer!;
}