ConfigStore
Category: Storage
Source: config_store.dart
Classes
ConfigStore
Constructor
dart
ConfigStore(this.path)Properties
| Property | Type | Description |
|---|---|---|
path | String | |
trustedTools | List<String> get |
Category: Storage
Source: config_store.dart
ConfigStore ConfigStore(this.path)| Property | Type | Description |
|---|---|---|
path | String | |
trustedTools | List<String> get |
void save(Map<String, dynamic> config) void update(void Function(Map<String, dynamic> c) mutate)