install method
Installs a DarwinPlugin onto this application.
Plugins are not loaded directly after being installed. They are instead being configured after calling execute.
Implementation
void install(DarwinPlugin plugin) => plugins.add(plugin);
Installs a DarwinPlugin onto this application.
Plugins are not loaded directly after being installed. They are instead being configured after calling execute.
void install(DarwinPlugin plugin) => plugins.add(plugin);