Calling setFrequencies twice with the same frequency makes the plugin hang:
await IrSensorPlugin.setFrequencies(40000);
await IrSensorPlugin.setFrequencies(40000);
final String result = await IrSensorPlugin.transmitListInt(list: power); // This never gets executed
Calling setFrequencies twice with the same frequency makes the plugin hang: