initializeInterface method
dynamic
initializeInterface()
Implementation
initializeInterface() async {
double brightness = await ScreenBrightness().current;
/// Methods
brightnessSetter(brightness);
}
initializeInterface() async {
double brightness = await ScreenBrightness().current;
/// Methods
brightnessSetter(brightness);
}