InAppPurchasePlatformAdditionProvider class abstract

The InAppPurchasePlatformAdditionProvider is responsible for providing a platform-specific InAppPurchasePlatformAddition.

InAppPurchasePlatformAddition implementation contain platform-specific features that are not available from the platform idiomatic InAppPurchasePlatform API.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getPlatformAddition<T extends InAppPurchasePlatformAddition?>() → T
Provides a platform-specific implementation of the InAppPurchasePlatformAddition class.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited