close method

Future<void> close()
override

closes the cache manger
used to close the db

Implementation

close() async {
  _objectBox.store.close();
}