shouldEnableInteractions method

Whether the action should be enabled or not.

Implementation

bool shouldEnableInteractions(FastCalculatorBlocState state) {
  return state.isInitialized;
}