close abstract method
Releases an DatabaseUniverse instance.
If this is the only isolate that holds a reference to this instance, the
DatabaseUniverse instance will be closed.
deleteFromDisk
additionally removes all
database files if enabled.
Returns whether the instance was actually closed.
Implementation
bool close({bool deleteFromDisk = false});