LocationProvider constructor

LocationProvider(
  1. Location _location,
  2. String qKey
)

Implementation

LocationProvider(this._location, this.qKey) {
  currentLocation = LocationModel(latitude: 0, longitude: 0);
  _currentLocation = LocationModel(latitude: 0, longitude: 0);
}