registerState method

void registerState(
  1. Map<Type, BloxState> states
)

Implementation

void registerState(Map<Type, BloxState> states) {
  _states.addAll(states);
}