controllerById method

StateXController? controllerById(
  1. String? keyId
)
inherited

Retrieve a StateXController by its a unique String identifier.

Implementation

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