usePlugin method

void usePlugin(
  1. Plugin plugin
)

Implementation

void usePlugin(Plugin plugin) {
  plugin.register(this);
}