closeAllDatabase method

Future? closeAllDatabase()

关闭所有数据库

Implementation

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