|
| | HiveCrudService (this.boxName) |
| Future< void > | init () async |
| Future< Box< T > > | _getBox () async |
| Future< void > | put (String key, T value) async |
| Future< void > | addAll (List< T > values) async |
| Future< T?> | get (String key) async |
| Future< List< T > > | getAll () async |
| Future< void > | delete (String key) async |
| Future< void > | clear () async |
| Future< bool > | containsKey (String key) async |
| Future< void > | closeBox () async |
Definition at line 3 of file hive_services.dart.
◆ HiveCrudService()
| HiveCrudService< T >::HiveCrudService |
( |
this. | boxName | ) |
|
|
private |
◆ _getBox()
◆ addAll()
◆ clear()
◆ closeBox()
◆ containsKey()
◆ delete()
◆ get()
◆ getAll()
◆ init()
◆ put()
◆ _box
◆ boxName
The documentation for this class was generated from the following file: