saveCurrentInput method

void saveCurrentInput(
  1. String input
)

Save the current (unsaved) input before navigating history.

Implementation

void saveCurrentInput(String input) {
  _savedInput = input;
}