getPlugins method

List<Plugin> getPlugins(
  1. PluginType? ofType
)

Implementation

List<Plugin> getPlugins(PluginType? ofType) {
  return _timeline.getPlugins(ofType);
}