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