instance property

Implementation

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

Implementation

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