ajustee_client 1.0.2
ajustee_client: ^1.0.2 copied to clipboard
Ajustee client. Ajustee – a revolutionary solution that is about to transform the way your team changes, manages and tracks software configurations.
ajustee_client #
Ajustee flutter client
Public Method Summary #
In this table you can find the different functions exposed by this plugin:
| Return | Description |
|---|---|
| AjusteeClient | AjusteeClient(String apiUrl, String applicationId, String socketUrl, String trackerId: null, Map<String, String> defaultProperties: {}, String defaultPath: null, bool reconnect: true, int reconnectTimeout = 5000 ) Request configuration params list. Return a list with ConfigurationKeys. |
| async void | subscribe(String path: null, Map<String, String> properties: {}) Subscribe for changes of configuration key by path. |
| async void | unsubscribe(String path: null) Unsubscribe for changes of configuration key by path. |
| async Future<List | getConfigurations(String path: null, Map<String, String> properties: {}) Request configuration params list. Return a list with ConfigurationKeys. |
| Stream<List | onChanged() Get the stream of the configurations changes. |
| Stream<ConfigurationKey> | onKeyChanged() Get the stream of the single configurations key changes. |
| Stream<String> | onDeleted() Get the stream of the configurations changes. |