closeAllChats static method

Future<bool> closeAllChats()

关闭所有对话

Implementation

static Future<bool> closeAllChats() async {
  return await EChatFlutterSdkPlatform.instance.closeAllChats();
}