instance property

HaishinKitPlatformInterface instance

Implementation

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

Sets the HaishinKitPlatformInterface.instance

Implementation

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