showInputMethod method

Future<void> showInputMethod()

Explicitly request that the current input method's soft input area be shown to the user, if needed.

Officially Supported Platforms/Implementations:

Use the PlatformInAppWebViewController.isMethodSupported method to check if this method is supported at runtime.

Implementation

Future<void> showInputMethod() => platform.showInputMethod();