instance property

The default instance of JitsiMeetWrapperPlatformInterface to use.

Defaults to MethodChannelJitsiMeetWrapper.

Implementation

static JitsiMeetWrapperPlatformInterface get instance => _instance;
void instance=(JitsiMeetWrapperPlatformInterface instance)

Implementation

static set instance(JitsiMeetWrapperPlatformInterface instance) {
  PlatformInterface.verifyToken(instance, _token);
  _instance = instance;
}