initializeDefaultCalculatorState method

  1. @protected
Future<S> initializeDefaultCalculatorState()

Initializes the default calculator state.

Returns a future of the default state of type S.

Implementation

@protected
Future<S> initializeDefaultCalculatorState() async => currentState;