Flutter
services
TextInputClient
performAction abstract method
performAction
TextInputClient class
Constructors
TextInputClient
Properties
hashCode
runtimeType
Methods
performAction
updateEditingValue
noSuchMethod
toString
Operators
operator ==
performAction method
void
performAction
(
TextInputAction
action
)
Requests that this client perform the given action.
Implementation
void performAction(TextInputAction action);