[ios][engine] Fix keyboard flicker when switching text fields by koji-1009 · Pull Request #182661 · flutter/flutter

fix #180842 The issue was caused by #173598. When there is a single TextField, the MethodChannel calls are as follows: handleMethodCall: TextInput.setClient handleMethodCall: TextInput.setEditableS...