instance property

Implementation

static WebsocketPlatformInterface get instance => _instance;
set instance (WebsocketPlatformInterface instance)

Implementation

static set instance(WebsocketPlatformInterface instance) {
  PlatformInterface.verifyToken(instance, _token);
  _instance = instance;
}