hasStoredLocation method

bool hasStoredLocation()

Implementation

bool hasStoredLocation() =>
    getStoredLatitude() != null && getStoredLongitude() != null;