instance property

Implementation

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

Implementation

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