@override Future<bool> unsubscribe(String topic) async { Log().debug('MQTT:: Unsubscribing from topic -> $topic'); client.unsubscribe(topic); return true; }