Disables IME (Windows only).
@override Future<void> disableIME() async { await methodChannel.invokeMethod<void>('disableIME'); }