supportedSensors property

Future<List<String>?> supportedSensors

Get the device's sensors supported by the plugin

Implementation

static Future<List<String>?> get supportedSensors async {
  return _sensors.supportedSensors;
}