Adjusting the brightness of the current interface 修改当前界面亮度
static Future<void> setBrightness(double brightness) async { return await _nativeAPI.setBrightness(DoubleMsg()..value = brightness); }