added local db
This commit is contained in:
@@ -12,6 +12,8 @@ Future<void> main() async {
|
||||
|
||||
await _configureChrome();
|
||||
|
||||
// Opens SQLite and loads the catalogue into memory. Any bill written on a
|
||||
// previous run is still on disk and still counted as unsynced.
|
||||
await LocalStore.instance.init();
|
||||
await SoundService.instance.preload();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user