isSensorAvailable method

Future<bool> isSensorAvailable(
  1. int sensorId
)

Checks if the sensorId is available in the system or supported by the plugin.

Implementation

Future<bool> isSensorAvailable(int sensorId) =>
    _sensorChannel.isSensorAvailable(sensorId);