close method

Future close()

关闭数据库

Implementation

Future close() async {
  await _dbInst.close();
}