getHistoryMessageListWithoutFormat method

Future getHistoryMessageListWithoutFormat()

Implementation

Future<dynamic> getHistoryMessageListWithoutFormat() async {
  return {"code": 0, "desc": "getHistoryMessageListWithoutFormat feature does not exist on the web"};
  // return CommonUtils.returnErrorForValueCb<LinkedHashMap<dynamic, dynamic>>(
  //     "getHistoryMessageListWithoutFormat feature does not exist on the web");
}