Unsubscribe from a channel
static Future unsubscribe(String channelName) async { await _channel.invokeMethod('unsubscribe', channelName); }