publish abstract method

Future<int?> publish(
  1. String channel,
  2. V message
)

PUBLISH command (publish message to channel)

Implementation

Future<int?> publish(String channel, V message);