plugins property

List<DCFPlugin> get plugins

Get all registered plugins

Implementation

List<DCFPlugin> get plugins => _plugins.values.toList();