deleteBoxFromDisk abstract method

Future<void> deleteBoxFromDisk(
  1. String name
)

Removes the file which contains the box and closes the box.

In the browser, the IndexedDB database is being removed.

Implementation

Future<void> deleteBoxFromDisk(String name);