unsubscribe static method

Future<void> unsubscribe(
  1. String topic
)

Unsubscribe from a topic already subscribed.

Implementation

static Future<void> unsubscribe(String topic) async =>
    _channel.invokeMethod("PushPole#unsubscribe", {"topic": topic});