instance property

Implementation

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

Implementation

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