获取系统亮度
static Future<double?> getSystemBrightness() async { return await methodChannel.invokeMethod<double>("getSystemBrightness"); }