instance property
FplinkFlutterPlatform
get
instance
플러그인의 기본 인스턴스
Implementation
static FplinkFlutterPlatform get instance => _instance;
set
instance
(FplinkFlutterPlatform instance)
테스트를 위해 Mock(가짜) 인스턴스로 교체할 수 있도록 허용합니다.
Implementation
static set instance(FplinkFlutterPlatform instance) {
PlatformInterface.verifyToken(instance, _token);
_instance = instance;
}