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