hasController method

bool hasController(
  1. String key
)

Checks if a controller with the given key exists.

Implementation

bool hasController(String key) => _controllers.containsKey(key);