instance property

HapWeavePlatform get instance

Implementation

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

Implementation

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