setConversationDraft method

Future setConversationDraft()

Implementation

Future<dynamic> setConversationDraft() async {
  debugPrint("web不支持添加草稿功能");
  return CommonUtils.returnError("setConversationDraft feature does not exist on the web");
}