close method

Future close ()

Implementation

Future close() async {
  (await this.db).close();
  _db = null;
}