setDeviceBrightness method

Future setDeviceBrightness(
  1. double brightness
)

Implementation

Future setDeviceBrightness(double brightness) async{
  throw UnimplementedError('setDeviceBrightness() has not been implemented');
}