unsubscribeFromTopic method

Future<bool> unsubscribeFromTopic(
  1. String topic
)

Implementation

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