closeBox<[T>] static method
[Future<[void>]] closeBox<T>(
- [[String] boxName]
)
Closes the boxName
named box.
params:
boxName
: Name of the box.
returns: None
Implementation
static Future<void> closeBox<T>(String boxName) async
- talawa
- hive_manager
- HiveManager
- closeBox<T> static method