apply method

void apply(
  1. PluginClosure closure
)

Applies the supplied closure to the currently loaded set of plugins.

  • Parameter closure: A closure that takes an plugin to be operated on as a parameter.

Implementation

void apply(PluginClosure closure) {
  timeline.apply(closure);
}