AwcSharedPref class

Constructors

AwcSharedPref()

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

getBool(String key, bool def) Future<bool>
getDouble(String key, double def) Future<double>
getInt(String key, int def) Future<int>
getString(String key, String def) Future<String>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setBool(String key, bool val) Future<bool>
setDouble(String key, double val) Future<bool>
setEmpty() Future<bool>
setInt(String key, int val) Future<bool>
setString(String key, String val) Future<bool>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

platformVersion Future<String?>
no setter