Publishes a message to a PubSub topic.
Future<void> publish(String topic, String message) async { return _node.publish(topic, message); }