Enables IME (Windows only).
@override Future<void> enableIME() async { await methodChannel.invokeMethod<void>(ImeMethods.enableIme); }