proximityFarValue property

Future<double?> proximityFarValue

Get the maximum value of proximity sensor

Implementation

static Future<double?> get proximityFarValue async {
  return _sensors.proximityFarValue;
}