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