usePlugin method
Registers a plugin with the current application.
Implementation
void usePlugin(Plugin plugin) {
plugin.register(this);
}
Registers a plugin with the current application.
void usePlugin(Plugin plugin) {
plugin.register(this);
}