instance property
FlutterImePlatform
get
instance
기본 인스턴스 반환
Implementation
static FlutterImePlatform get instance => _instance;
set
instance
(FlutterImePlatform instance)
Platform-specific implementations should set this with their own platform-specific class that extends FlutterImePlatform when they register themselves.
Implementation
static set instance(FlutterImePlatform instance) {
PlatformInterface.verifyToken(instance, _token);
_instance = instance;
}