resetCurrentZone method

void resetCurrentZone()

Resets the current zone, effectively discarding the current zone's coordinates.

Implementation

void resetCurrentZone() {
  _currentZoneCoordinates = null;
  notifyListeners();
}