Root
A root contains statistics about itself and the stores, as well as information for the bulk download Recovery system, and access to the import/export functionality.
Roots are unnamed, and the current root is accessed through FMTCRoot
:
// final root = FMTCRoot;
final databaseSize = await FMTCRoot.stats.realSize;
Statistics
FMTCRoot.stats
allows access to statistics, as well as listing of all existing stores, and the watching of changes in multiple/all stores.
Recovery
RecoveryImport/Export
Import/ExportLast updated
Was this helpful?