Saves the calculator state.
Returns a future of true if the state is saved successfully, otherwise false.
true
false
@protected Future<bool> saveCalculatorState() async => true;