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