stop method Null safety

Future<void> stop()

Stop the odometer

Implementation

Future<void> stop() async {
  await BackgroundGeolocation.setOdometer(0);
}