close static method

void close()

关闭数据库表

Implementation

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