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