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