hasModule method

bool hasModule(
  1. String name
)

Checks whether a module identified by name is currently registered.

Implementation

bool hasModule(String name) => _modules.containsKey(name);