has method

bool has(
  1. String id
)

Checks if a plugin is registered for the given ID.

Implementation

bool has(String id) => _plugins.containsKey(id);