hasModule static method

bool hasModule(
  1. String name
)

Check if a module is registered

Implementation

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