instance property
FlutterZoomVideosdkPlatform
get
instance
The default instance of FlutterZoomVideosdkPlatform to use.
Defaults to MethodChannelFlutterZoomVideosdk.
Implementation
static FlutterZoomVideosdkPlatform get instance => _instance;
set
instance
(FlutterZoomVideosdkPlatform instance)
Platform-specific implementations should set this with their own platform-specific class that extends FlutterZoomVideosdkPlatform when they register themselves.
Implementation
static set instance(FlutterZoomVideosdkPlatform instance) {
PlatformInterface.verifyToken(instance, _token);
_instance = instance;
}