SensorStabilitySettingsAndroid constructor

SensorStabilitySettingsAndroid({
  1. String? messageResourceIdName,
  2. int? stabilityStabledMillis,
  3. double? stabilityThreshold,
})

Implementation

SensorStabilitySettingsAndroid(
    {this.messageResourceIdName,
    this.stabilityStabledMillis,
    this.stabilityThreshold});