controllerById method

ControllerMVC? controllerById(
  1. String keyId
)

Retrieve a Controller by its a unique String identifier.

Implementation

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