performAction method

  1. @override
void performAction(
  1. TextInputAction action
)
inherited

Requests that this client perform the given action.

Implementation

@override
void performAction(TextInputAction action) {
  // no-op
}