hasPlugin method

bool hasPlugin(
  1. Plugin plugin
)

Whether plugin is currently installed in this scope.

Implementation

bool hasPlugin(Plugin plugin) => isChildRegistered(groupEntity: plugin.id);