Requests that the text input control become visible.
Source
void show() { assert(attached); PlatformMessages.invokeMethod(_kChannelName, 'TextInput.show'); }
Requests that the text input control become visible.
void show() { assert(attached); PlatformMessages.invokeMethod(_kChannelName, 'TextInput.show'); }