Changes IME to English mode.
@override Future<void> setEnglishKeyboard() async { await methodChannel.invokeMethod<void>('setEnglishKeyboard'); }