pub fn set_platform_text_input_handler(
handler: Rc<dyn PlatformTextInputHandler>,
)Expand description
Installs the platform soft-keyboard handler for the current app context.
Replaces any previously installed handler. Must be called inside an app
context (platform runtimes go through
AppShell::set_platform_text_input).