showCalculatorError method Null safety
- CalculatorError e,
- StackTrace? stack
override
Show an error on the LCD screen.
Implementation
@override
void showCalculatorError(CalculatorError e, StackTrace? stack) =>
pendingError = e;
Show an error on the LCD screen.
@override
void showCalculatorError(CalculatorError e, StackTrace? stack) =>
pendingError = e;