instance property
Implementation
static HaishinKitPlatformInterface get instance => _instance;
Sets the HaishinKitPlatformInterface.instance
Implementation
static set instance(HaishinKitPlatformInterface instance) {
PlatformInterface.verifyToken(instance, _token);
_instance = instance;
}