onMessageRevoked property Null safety

Stream<NIMRevokeMessage> onMessageRevoked

Listen to the recalling of messages.

Implementation

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