Skip to content

ConfigStore

Category: Storage

Source: config_store.dart

Classes

ConfigStore

Constructor

dart
ConfigStore(this.path)

Properties

PropertyTypeDescription
pathString
trustedToolsList<String> get

Methods

void save(Map<String, dynamic> config)
void update(void Function(Map<String, dynamic> c) mutate)

Released under the MIT License.