LinkFiveInterface class abstract

This plugin is made by LinkFive - Flutter Subscription Management https://www.linkfive.io/

This class is deprecated. please use the official LinkFive Class

Inheritance
Annotations

Constructors

LinkFiveInterface()

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

fetchSubscriptions() Future<void>
init(String apiKey, {LinkFiveLogLevel logLevel = LinkFiveLogLevel.DEBUG, LinkFiveEnvironment env = LinkFiveEnvironment.PRODUCTION}) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
purchase(SubscriptionData productDetails) Future<bool>
inherited
restore() Future<bool>
Restore the Purchase
inherited
setEnvironment(String? environment) → void
setUserId(String? userId) → void
setUTMSource(String? utmSource) → void
toString() String
A string representation of this object.
inherited

Operators

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