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