defaultPlugin property

  1. @protected
P defaultPlugin

Implementation

@protected
P get defaultPlugin {
  final plugin = plugins.firstOrNull;
  if (plugin == null) {
    throw _pluginNotAddedException(category.name);
  }
  return plugin;
}