getSensors method

Future<List<NativeSensor>> getSensors()

Returns the native Android sensors reported by the device.

Implementation

Future<List<NativeSensor>> getSensors() {
  throw UnimplementedError('getSensors() has not been implemented.');
}