clearGroupHistoryMessage method

Future<V2TimCallback> clearGroupHistoryMessage()

Implementation

Future<V2TimCallback> clearGroupHistoryMessage() async {
  return CommonUtils.returnError("clearGroupHistoryMessage feature does not exist on the web");
}