controllerById method

ControllerMVC? controllerById(
  1. String? keyId
)
inherited

Retrieve a Controller by its a unique String identifier.

Implementation

ControllerMVC? controllerById(String? keyId) => super._con(keyId);