FlutterImePlatform class abstract

Flutter IME 플러그인을 위한 플랫폼 인터페이스

Inheritance
  • Object
  • PlatformInterface
  • FlutterImePlatform
Implementers

Constructors

FlutterImePlatform.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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

Static Properties

instance FlutterImePlatform
기본 인스턴스 반환
getter/setter pair