getTotalUnreadMessageCount method
Implementation
Future<dynamic> getTotalUnreadMessageCount() async {
debugPrint("web不支持获得未读消息总数此功能");
return CommonUtils.returnErrorForValueCb<int>("getTotalUnreadMessageCount feature does not exist on the web");
}