hasModule static method

bool hasModule(
  1. String name
)

Check if a module is registered

Implementation

static bool hasModule(String name) {
  return ZenModuleRegistry.hasModule(name);
}