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