instance property
PubscaleOfferwallPluginPlatform
get
instance
The default instance of PubscaleOfferwallPluginPlatform to use.
Defaults to MethodChannelPubscaleOfferwallPlugin.
Implementation
static PubscaleOfferwallPluginPlatform get instance => _instance;
set
instance
(PubscaleOfferwallPluginPlatform instance)
Platform-specific implementations should set this with their own platform-specific class that extends PubscaleOfferwallPluginPlatform when they register themselves.
Implementation
static set instance(PubscaleOfferwallPluginPlatform instance) {
PlatformInterface.verifyToken(instance, _token);
_instance = instance;
}