publish abstract method

Future publish(
  1. String eventName,
  2. dynamic value
)

Publishes an event to the server.

Implementation

Future publish(String eventName, value);