unsubscribe method

Future<void> unsubscribe()

Unsubscribe to the topic.

Implementation

Future<void> unsubscribe() {
  return _unsubscribe();
}