performAction method
Requests that this client perform the given action.
Implementation
@override
void performAction(TextInputAction action) {
widget.config.onPerformAction?.call(action);
}
Requests that this client perform the given action.
@override
void performAction(TextInputAction action) {
widget.config.onPerformAction?.call(action);
}