subscribeToTopic method

Future<bool> subscribeToTopic(
  1. String topic
)

Implementation

Future<bool> subscribeToTopic(String topic) {
  throw UnimplementedError('subscribeToTopic() has not been implemented.');
}