getLocationListManager abstract method
Returns a manager that allows to manage locations list Returns Location list manager instance LocationListManager
Example:
// Get LocationListManager for location list operations
_locationListManager = _sdk?.getLocationListManager();
if (_locationListManager != null) {
print('LocationListManager successfully initialized');
}
Implementation
LocationListManager getLocationListManager();