recallChatroomMessage abstract method

Future<VoidResult> recallChatroomMessage(
  1. String roomUuid,
  2. String messageUuid,
  3. int messageTime, {
  4. NEChatroomType chatroomType = NEChatroomType.common,
})

Implementation

Future<VoidResult> recallChatroomMessage(
    String roomUuid, String messageUuid, int messageTime,
    {NEChatroomType chatroomType = NEChatroomType.common});