instance property

Implementation

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

Implementation

static set instance(RoomRtcRenderPlatform instance) {
  PlatformInterface.verify(instance, _token);
  _instance = instance;
}