observeMsgStatus static method

Stream<NIMMessage> observeMsgStatus()

message state change observer

Implementation

static Stream<NIMMessage> observeMsgStatus() {
  return NimCore.instance.messageService.onMessageStatus;
}