SQLiteStorage constructor

SQLiteStorage({
  1. String dbName = 'offline_sync.db',
})

Implementation

SQLiteStorage({this.dbName = 'offline_sync.db'});