deleteContent method
Removes the object from the persistence system. It can also unmount the persistence system if it is no longer useful.
Implementation
@override
Future<void> deleteContent() async {
await setFileFolder();
await deleteFile(_fileFolder!, _fileName);
}