instance property

Implementation

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

Implementation

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