isRegistered method

bool isRegistered(
  1. String key
)

Check if animation is registered

Implementation

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