SqliteAtKeyValueStore constructor
SqliteAtKeyValueStore(
- SqliteDatabase _db,
- String atSign
Implementation
SqliteAtKeyValueStore(this._db, this.atSign);
SqliteAtKeyValueStore(this._db, this.atSign);