Initializes the default calculator state.
Returns a future of the default state of type S.
S
@protected Future<S> initializeDefaultCalculatorState() async => currentState;