@override onSubscribed(String topic) async { if (!isNullOrEmpty(onsubscribed)) { EventHandler handler = EventHandler(this); await handler.execute(_onsubscribed); } }