observeMessagePin static method

Stream<NIMMessagePinEvent> observeMessagePin()

Implementation

static Stream<NIMMessagePinEvent> observeMessagePin() {
  return NimCore.instance.messageService.onMessagePinNotify;
}