retrieveDefaultCalculatorDocument abstract method
Retrieves the default calculator document.
This method should be implemented by the subclass. It is called when the bloc is initialized and should return the default calculator document. Contains the default values for the calculator state.
Implementation
@protected
Future<D> retrieveDefaultCalculatorDocument();