SharedPreferenceStoreContext<TEntity extends EntityBase> class
- Inheritance
-
- Object
- StoreContext<
TEntity> - SharedPreferenceStoreContext
Constructors
Properties
Methods
-
close(
) → Future< void> -
override
-
copyWith(
{String? dbName, int? dbVersion, List< TEntity> ? tables}) → SharedPreferenceStoreContext<TEntity> -
getDbFullName(
) → Future< String> -
override
-
getDbPath(
) → Future< String> -
override
-
getVersion(
) → Future< int> -
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