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