exists<T extends FitState> static method
Check if controller exists
Implementation
static bool exists<T extends FitState>() {
return _controllers.containsKey(T.toString());
}
Check if controller exists
static bool exists<T extends FitState>() {
return _controllers.containsKey(T.toString());
}