proximityFarValue property

Future<double?> proximityFarValue

Get the maximum value of proximity sensor

Implementation

Future<double?> get proximityFarValue async {
  throw UnimplementedError('get proximityFarValue has not been implemented.');
}