listStores property

Future<List<String>> listStores

List the available store names within the archive at pathToArchive

Implementation

Future<List<String>> get listStores =>
    FMTCBackendAccess.internal.listImportableStores(path: pathToArchive);