saveCalculatorState method

  1. @protected
Future<bool> saveCalculatorState()

Saves the calculator state.

Returns a future of true if the state is saved successfully, otherwise false.

Implementation

@protected
Future<bool> saveCalculatorState() async => true;