Save class
- Annotations
-
- @Deprecated("Instead use class (SaveFastor) and follow this link to get start: https://pub.dev/packages/fastor_app_ui_widget#savefastor")
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
Static Methods
-
getBool(String key)
→ Future<bool>
-
-
getInt(String key)
→ Future<int>
-
-
getMap(String key, {ValueChanged<Map<String, dynamic>>? callback})
→ Future<Map<String, dynamic>>
-
-
getMapList(String key)
→ Future<List<Map<String, dynamic>>>
-
-
getString(String key)
→ Future<String>
-
-
setBool(String key, bool v)
→ Future
-
-
setInt(String key, int v)
→ Future
-
-
setMap(String key, Map<String, dynamic> mapJson, {VoidCallback? callback})
→ Future
-
-
setMapList(String key, List<Map<String, dynamic>> mapList)
→ Future
-
-
setString(String key, String v)
→ Future
-