RunLocationOdometer constructor Null safety

RunLocationOdometer(
  1. {num? plugin,
  2. num? customClean,
  3. num? customCleanAntihover}
)

Run location odometer

Implementation

RunLocationOdometer({
  this.plugin,
  this.customClean,
  this.customCleanAntihover,
});