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