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