active property
Whether the module is currently active and can handle requests.
Implementation
bool get active => _state == ModuleLifecycleState.active;
Whether the module is currently active and can handle requests.
bool get active => _state == ModuleLifecycleState.active;