handleKey method

bool handleKey(
  1. List<int> input,
  2. String currentText
)

Implementation

bool handleKey(List<int> input, String currentText) =>
    _handleDelete(input, currentText);