uninitialise abstract method

Future<void> uninitialise({
  1. bool deleteRoot = false,
})

Uninitialise this backend, and release whatever resources it is consuming

If deleteRoot is true, then the root will be permanently deleted.

Implementation

Future<void> uninitialise({
  bool deleteRoot = false,
});