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