set abstract method

Future<String> set(
  1. String topic,
  2. String message
)

Implementation

Future<String> set(String topic, String message);