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