updateRunLocation method Null safety
- RunLocation _runLocation
Update the current run location
Implementation
Future<void> updateRunLocation(RunLocation _runLocation) async {
runLocation(_runLocation);
await syncController.upsert(_runLocation);
}