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