observeMessagePin static method

Stream<NIMMessagePinNotification> observeMessagePin()

Implementation

static Stream<NIMMessagePinNotification> observeMessagePin() {
  return NimCore.instance.messageService.onMessagePinNotification;
}