setBrightness method
Set Brightness
provide value 0.0 to 1.0 as brightness
Disclamer
May Support only some platform so need to notice that
Implementation
Future<void> setBrightness(double brightness) async =>
await b.Brightness().setBrightness(brightness);