Future<void> initialize({String? dbName}) async { _store = await StoreSimpleTilesMap.create(dbName: dbName); }