clear method

void clear()

Implementation

void clear() {
  final state = _state;

  state._clearPin();

  state._focusNodes.first.requestFocus();

  state.widget.onChanged?.call('');
}