SQLiteStorage constructor
SQLiteStorage({
- String dbName = 'offline_sync.db',
Implementation
SQLiteStorage({this.dbName = 'offline_sync.db'});
SQLiteStorage({this.dbName = 'offline_sync.db'});