@override Future<void> setInt(String key, int value) { return _store.record(key).put(_database, value); }