MmkvStorage class

Constructors

MmkvStorage()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

containsKey(String key) Future<bool>
decodeBool(String key) Future<bool>
Decoders ///
decodeDouble(String key) Future<double>
decodeInt(String key) Future<int>
decodeLong(String key) Future<int>
decodeString(String key) Future<String>
decodeUint8List(String key) Future<Uint8List>
encodeBool(String key, bool aBool) Future<bool>
Encoders ///
encodeDouble(String key, double aDouble) Future<bool>
encodeInt(String key, int aInt) Future<bool>
encodeLong(String key, int aLong) Future<bool>
encodeString(String key, String aString) Future<bool>
encodeUint8List(String key, Uint8List aBytes) Future<bool>
getRootDir() Future<String>
removeAll() Future<void>
removeValueForKey(String key) Future<void>