Methods
(static) getPreference(key) → {dynamic}
Parameters:
Name | Type | Description |
---|---|---|
key | string |
Returns:
- Type:
- dynamic
(static) loadFromJSON(json) → {void}
Parameters:
Name | Type | Description |
---|---|---|
json | dynamic |
Returns:
- Type:
- void
(static) loadFromRegistry(id) → {void}
Parameters:
Name | Type | Description |
---|---|---|
id | string |
Returns:
- Type:
- void
(static) removeFromRegistry() → {void}
Returns:
- Type:
- void
(static) saveToRegistry() → {void}
Returns:
- Type:
- void
(static) setActive() → {void}
Returns:
- Type:
- void
(static) setDataFromJSON() → {void}
Returns:
- Type:
- void
(static) setPreference(key, value) → {dynamic}
Parameters:
Name | Type | Description |
---|---|---|
key | string | |
value | string |
Returns:
- Type:
- dynamic
(static) setServer(hostname) → {void}
Parameters:
Name | Type | Description |
---|---|---|
hostname | string |
Returns:
- Type:
- void