dispose method

Future<void> dispose()

Implementation

Future<void> dispose() async {
  if (_box.isOpen) await _box.close();
}