textInput top-level property

Implementation

@visibleForTesting
MethodChannel get textInput => _textInput ?? SystemChannels.textInput;
  1. @visibleForTesting
void textInput=(MethodChannel? v)

Implementation

@visibleForTesting
set textInput(MethodChannel? v) => _textInput = v;