getMaxLight property

Future<double> getMaxLight

Implementation

static Future<double> get getMaxLight async {
  final double  num =
  await _channel.invokeMethod('getScreenMaxLight');
  return num;
}