accuracy abstract method

Future<Accuracy> accuracy({
  1. Map<String, dynamic>? extra,
})

Get the reliability metrics of the movement sensor, including various parameters to assess the sensor’s accuracy and precision in different dimensions.

var accuracy = await myMovementSensor.accuracy();

For more information, see Movement Sensor component.

Implementation

Future<Accuracy> accuracy({Map<String, dynamic>? extra});