deleteContent abstract method
Removes the object from the persistence system. It can also unmount the persistence system if it is no longer useful.
Implementation
Future<void> deleteContent();
Removes the object from the persistence system. It can also unmount the persistence system if it is no longer useful.
Future<void> deleteContent();