syncConversationsSilentMode method

Future<void> syncConversationsSilentMode()

~english Get all conversations mute info from server.

Throws A description of the exception. See EMError. ~end

~chinese 从服务器获取所有会话免打扰。

该方法完成调用的回调。如果该方法调用失败,会包含调用失败的原因。回调EMError为空则可以调用 EMChatManager.loadAllConversations 方法重新获取会话列表刷新UI

Throws 如果有异常会在此抛出,包括错误码和错误信息,详见 EMError。 ~end

Implementation

Future<void> syncConversationsSilentMode() async {
  throw UnimplementedError("not implemented");
}