instance property

Implementation

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

Implementation

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