remove method

Future<void> remove()
override

Implementation

Future<void> remove() async {
  await close();
  await Backend.remove(name);
}