storagePath property

  1. @override
String storagePath
final

The SQLite storage root. Per-atSign databases live at <storagePath>/<atSign>/atsign.db, so this is typically a .../sqlite directory sibling to the Hive tree.

Implementation

@override
final String storagePath;