close method

Future close()

Implementation

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