closeDatabase method

Future? closeDatabase()

关闭数据库

Implementation

Future? closeDatabase() {
  return _sdkManager?.closeDatabase();
}