deleteBoxFromDisk abstract method

Future<void> deleteBoxFromDisk(
  1. String name, {
  2. String? path,
  3. String? collection,
})

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,
    {String? path, String? collection});