onMessageRevoked property

Stream<NIMRevokeMessage> onMessageRevoked

消息撤回内容

Implementation

Stream<NIMRevokeMessage> get onMessageRevoked =>
    MessageServicePlatform.instance.onMessageRevoked.stream;