SharedPreferencesDatabase class

Implemented types

Constructors

SharedPreferencesDatabase(String _databaseName, {required SharedPreferences sharedPreferences, dynamic isDedeteDB = true})

Properties

databaseName String
no setteroverride
databasePath String?
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sharedPreferences ↔ SharedPreferences
getter/setter pair
tableData SharedPreferencesTableData
latefinal

Methods

deleteDB() bool
if it return true,it will clear
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