ChatroomMessageAction typedef Null safety

ChatroomMessageAction = Future Function(NIMChatroomMessage message)

Implementation

typedef ChatroomMessageAction = Future Function(NIMChatroomMessage message);