init method

dynamic init()

Implementation

init() async {
  fetchedLocation = await getAddressFromGPS();
  notifyListeners();
}