isCalculatorStateValid method

  1. @protected
Future<bool> isCalculatorStateValid()

Checks if the calculator state is valid.

Returns a future of true if the state is valid, otherwise false.

Implementation

@protected
Future<bool> isCalculatorStateValid() async => true;