shouldEnableInteractions method
Whether the action should be enabled or not.
Implementation
bool shouldEnableInteractions(FastCalculatorBlocState state) {
return state.isInitialized;
}
Whether the action should be enabled or not.
bool shouldEnableInteractions(FastCalculatorBlocState state) {
return state.isInitialized;
}