Future<void> remove(String key) async { await _ensureInitialized(); final box = _getBoxForKey(key); await box.delete(key); }