publish method

void publish (
  1. T message,
  2. [int throttleMs = 0]
)

Implementation

void publish(T message, [int throttleMs = 0]) =>
    impl?.publish(message, throttleMs);