instance property

RoomRtcRenderPlatform get instance

Implementation

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

Implementation

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