getSettings method

Future<LocationComponentSettings> getSettings()

Returns the currently applied settings, populated with default values for any fields not explicitly modified via updateSettings.

Implementation

Future<LocationComponentSettings> getSettings() async {
  return _api.getSettings();
}