exportStores abstract method

Future<void> exportStores({
  1. required String path,
  2. required List<String> storeNames,
})

Create an archive at the file path containing the specifed stores and their respective tiles

See RootExternal for more information about expected behaviour and errors.

Implementation

Future<void> exportStores({
  required String path,
  required List<String> storeNames,
});