Checks if the calculator state is valid.
Returns a future of true if the state is valid, otherwise false.
true
false
@protected Future<bool> isCalculatorStateValid() async => true;