shareCalculatorState method
Shares the calculator state.
Throws an exception if the shareCalculatorState
function is not
implemented.
Implementation
@protected
Future<void> shareCalculatorState(BuildContext context) async {
throw '`shareCalculatorState` function is not implemented';
}