performAction method
- @override
Requests that this client perform the given action.
Implementation
@override
void performAction(TextInputAction action) {
_focusNode.unfocus();
}
Requests that this client perform the given action.
@override
void performAction(TextInputAction action) {
_focusNode.unfocus();
}