showInputMethod method
Explicitly request that the current input method's soft input area be shown to the user, if needed.
Officially Supported Platforms/Implementations:
- Android WebView (Official API - InputMethodManager.showSoftInput)
Use the PlatformInAppWebViewController.isMethodSupported method to check if this method is supported at runtime.
Implementation
Future<void> showInputMethod() => platform.showInputMethod();