supportedSensors property

Future<List<String>?> supportedSensors

Get the device's sensors supported by the plugin

Implementation

Future<List<String>?> get supportedSensors async {
  throw UnimplementedError('supportedSensors has not been implemented.');
}