Clears the calculator state and sets it to the default state.
Returns a future of the cleared state of type S.
S
@protected Future<S> clearCalculatorState() async => defaultCalculatorState;