Settings class

Properties

hashCode int
The hash code for this object.
no setterinherited
initialized bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

load() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
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>
set(String key, Object? value, {Object? options}) bool