listImportableStores abstract method

Future<List<String>> listImportableStores({
  1. required String path,
})

Check the stores available inside the archive file at path

See RootExternal for more information about expected behaviour and errors.

Implementation

Future<List<String>> listImportableStores({
  required String path,
});