LocalDataServiceHydratedImpl class
- Inheritance
-
- Object
- ILocalDataService
- LocalDataServiceHydratedImpl
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- hydratedStorage → Storage
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
addData(
{required String key, required dynamic data}) → Future< bool> -
override
-
deleteData(
{required String key}) → Future< bool> -
override
-
getData(
{required String key, DataType? dataType = DataType.map}) → Future -
override
-
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