getController method

dynamic getController(
  1. String key
)

Implementation

dynamic getController(String key) {
  return _controllers != null ? _controllers![key] : null;
}