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