@override void onMessage(Uint8List data, [Channel channel = kAnyChannel]) { super.onMessage(data, channel); runFunction(decode(data)); }