@override Future<void> clear() async { final box = await _getBox(); await box.deleteAll(box.keys); await _flushOrMark(); }