setEnglishKeyboard method

  1. @override
Future<void> setEnglishKeyboard()
override

IME를 영문 상태로 변경

Implementation

@override
Future<void> setEnglishKeyboard() async {
  await methodChannel.invokeMethod<void>('setEnglishKeyboard');
}