instance property
FlutterNaverLoginPlatform
get
instance
Implementation
static FlutterNaverLoginPlatform get instance => _instance;
set
instance
(FlutterNaverLoginPlatform instance)
Implementation
static set instance(FlutterNaverLoginPlatform instance) {
PlatformInterface.verifyToken(instance, _token);
_instance = instance;
}