MethodChannelEnhancedPreferences class
An implementation of EnhancedPreferencesPlatform that uses method channels.
- Inheritance
-
- Object
- PlatformInterface
- EnhancedPreferencesPlatform
- MethodChannelEnhancedPreferences
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- methodChannel → MethodChannel
-
The method channel used to interact with the native platform.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getBool(
String key, [bool enableEncryption = false]) → Future< bool?> -
override
-
getDouble(
String key, [bool enableEncryption = false]) → Future< double?> -
override
-
getInt(
String key, [bool enableEncryption = false]) → Future< int?> -
override
-
getString(
String key, [bool enableEncryption = false]) → Future< String?> -
override
-
keys(
) → Future< List< String> ?> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
remove(
String key) → Future< String?> -
override
-
setBool(
String key, bool value, [bool enableEncryption = false]) → Future< String?> -
override
-
setDouble(
String key, double value, [bool enableEncryption = false]) → Future< String?> -
override
-
setInt(
String key, int value, [bool enableEncryption = false]) → Future< String?> -
override
-
setString(
String key, String value, [bool enableEncryption = false]) → Future< String?> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited