ApphudPlusPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- ApphudPlusPlatform
- Implementers
Constructors
- ApphudPlusPlatform()
- Constructs a ApphudPlusPlatform.
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
-
addForegroundNotificationListener(
ValueSetter< String> callback) → Future<void> -
addForegroundNotificationListenerRaw(
ValueSetter< ApphudNotificationPayload> callback) → Future<void> -
getBackgroundNotificationPayload(
) → Future< ApphudNotificationPayload?> -
getBackgroundNotificationPayloadRaw(
) → Future< String?> -
hasActiveSubscription(
) → Future< bool> -
hasProductWithId(
String productId) → Future< bool> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
paywallsDidLoad(
) → Future< bool> -
paywallsDidLoadStream(
) → StreamController< bool> -
purchase(
String productId) → Future< PurchaseResult> -
setListener(
ApphudPlusListener listener) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ ApphudPlusPlatform
-
The default instance of ApphudPlusPlatform to use.
getter/setter pair