instance property

Implementation

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

Implementation

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