publish abstract method

Future<void> publish(
  1. String topic,
  2. String message,
  3. int ttl, {
  4. bool? prompt,
  5. int? tag,
})

Implementation

Future<void> publish(
  String topic,
  String message,
  int ttl, {
  bool? prompt,
  int? tag,
});