instance property

Implementation

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

Implementation

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