static Future<void> setBlusherValue(double value) async { if (!platformSupportGPUPixel) return; WebRTC.invokeMethod("setBlusherValue", {"value": value}); }