MethodChannelFlutterIme class

Method Channel을 사용하는 기본 구현체

Inheritance

Properties

hashCode int
The hash code for this object.
no setterinherited
methodChannel MethodChannel
Method Channel 인스턴스
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

isEnglishKeyboard() Future<bool>
현재 IME 상태 확인
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setEnglishKeyboard() Future<void>
IME를 영문 상태로 변경
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited