AppFlowFlutterPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • AppFlowFlutterPlatform
Implementers

Constructors

AppFlowFlutterPlatform()
Constructs a AppflowFlutterPlatform.

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

closePaywall() Future<void>
getPlatformVersion() Future<String?>
getSkuDetails({List<String>? skus}) Future<Map?>
getSubscriberInfo() Future<Map?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
purchasePackage({required String skuDetailJson}) Future<Map?>
restorePurchases() Future<Map?>
sendEvent({String? eventName, Map<String, String>? attributes}) Future<void>
setFirebaseMsgListener() Future<void>
setup({String? appUserId, bool observerMode = false, bool logEnable = false}) Future<void>
showPaywall() Future<Map?>
toString() String
A string representation of this object.
inherited
upgradeInfo({required String oldSku, required String skuDetailJson, int? prorationMode}) Future<Map?>
uploadUserInfo({String? userName, String? phone, int? age, String? email, String? gender, Map<String, dynamic>? attribute}) Future<void>

Operators

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

Static Properties

instance AppFlowFlutterPlatform
The default instance of AppFlowFlutterPlatform to use.
getter/setter pair