close method

Future close()

Implementation

Future close() async {
  final db = await instance.database;
  db.close();
}