LocationConfig constructor
LocationConfig({})
Implementation
LocationConfig({
this.desiredAccuracy,
this.distanceFilter,
this.maxAcceptableAccuracy,
this.maxAcceptableSpeedAccuracy,
this.locationUpdateInterval,
this.fastestLocationUpdateInterval,
});