saveCurrentInput method
Save the current (unsaved) input before navigating history.
Implementation
void saveCurrentInput(String input) {
_savedInput = input;
}
Save the current (unsaved) input before navigating history.
void saveCurrentInput(String input) {
_savedInput = input;
}