@override Future<void> remove(String key) async { final file = File(_filePath(key)); if (file.existsSync()) await file.delete(); }