shareCalculatorState method

  1. @protected
Future<void> shareCalculatorState(
  1. BuildContext context
)

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';
}