I am using Flutter to develop a Windows program, Need to disable input method, Find the relevant documentation, you can use the ImmDisableIME(0)
method to disable the input method. But when I try to call this method, An exception was reported when running the project.
How to properly disable the input method?