SettingsMethods class
- Inheritance
-
- Object
- BaseMethodChannel
- SettingsMethods
Constructors
Properties
- backgroundMethodChannel → MethodChannel
-
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- methodChannel → MethodChannel
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getAllSettings(
) → Future< Map< String, dynamic> > -
getOne(
String key) → Future -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setMany(
Map< String, dynamic> settings) → Future<void> -
setOne(
String key, dynamic value) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited