selectNationalNumber method
dynamic
selectNationalNumber()
Implementation
selectNationalNumber() {
_formattedNationalNumberController.selection = TextSelection(
baseOffset: 0,
extentOffset: _formattedNationalNumberController.value.text.length,
);
notifyListeners();
}