deleteContent abstract method

Future<void> deleteContent()

Removes the object from the persistence system. It can also unmount the persistence system if it is no longer useful.

Implementation

Future<void> deleteContent();