Settings class
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
Static Methods
-
arrayRemove(String key, Iterable value, {Object? options})
→ bool
-
-
arrayUnion(String key, Iterable value, {Object? options})
→ bool
-
-
clear()
→ Future<bool>
-
-
get<T>(String key, T defaultValue, {Object? options})
→ T
-
-
increment(String key, num value, {Object? options})
→ bool
-
-
init({bool showLogs = false, Map<String, dynamic>? initial, SettingsBackupDelegate? backup, SettingsCachedDelegate? cached})
→ Future<void>
-
-
load()
→ Future<void>
-
-
set(String key, Object? value, {Object? options})
→ bool
-