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