reload method

  1. @override
Future<List<PluginConfig>> reload()
override

Re-reads the config file from disk, refreshing the cache.

Implementation

@override
Future<List<PluginConfig>> reload() => _parseFile(File(_configPath));