destroy method

Future<void> destroy()
override

Implementation

Future<void> destroy() async {
  db.dispose();
}