restorePageBrightness static method
Restoring the brightness of the current interface 恢复当前界面亮度
Implementation
static Future<void> restorePageBrightness() async {
return await _nativeAPI.restorePageBrightness();
}
Restoring the brightness of the current interface 恢复当前界面亮度
static Future<void> restorePageBrightness() async {
return await _nativeAPI.restorePageBrightness();
}