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