close static method

dynamic close()

关闭

Implementation

static close() {
  _database?.close();
  _database = null;
}