instance property

Implementation

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

Implementation

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