setLocationId abstract method

void setLocationId(
  1. int locationId
)

Method is used for setting current location, which will be downloaded from server or from storage, if it was downloaded before. Result will be handled by LocationListener locationId location id from CMS

Example:

// Set location ID to load
_locationManager!.setLocationId(12345);

Implementation

void setLocationId(int locationId);