static Future<double?> get brightness async => (await _channel.invokeMethod('brightness')) as double?;