SharedPreferenceEditor class

Inheritance

Properties

channel MethodChannel
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
pref Map<String, dynamic>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

apply() → void
commit() Future<bool>
init() → dynamic
inherited
invokeMethod<T>(String method, [dynamic arguments]) Future<T?>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onMethodCall(MethodCall call) Future
inherited
putBoolean(String key, bool value) SharedPreferenceEditor
putFloat(String key, double value) SharedPreferenceEditor
putInt(String key, int value) SharedPreferenceEditor
putString(String key, String value) SharedPreferenceEditor
registerMethodCallListener(String key, MethodCallListener listener) → void
inherited
toString() String
A string representation of this object.
inherited
unregisterMethodCallListener(String name) → void
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited