deleteFromDisk abstract method
Removes the file which contains the box and closes the box.
In the browser, the IndexedDB database is being removed.
Implementation
Future<void> deleteFromDisk();
Removes the file which contains the box and closes the box.
In the browser, the IndexedDB database is being removed.
Future<void> deleteFromDisk();