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