instance property
Push
get
instance
Implementation
static Push get instance => _instance;
set
instance
(Push instance)
Platform-specific plugins should override this with their own
platform-specific class that extends VideoPlayerPlatform
when they
register themselves.
Implementation
static set instance(Push instance) {
PlatformInterface.verify(instance, _token);
_instance = instance;
}