MethodChannelAppFlowFlutter class

An implementation of AppFlowFlutterPlatform that uses method channels.

Inheritance

Properties

hashCode int
The hash code for this object.
no setterinherited
methodChannel MethodChannel
The method channel used to interact with the native platform.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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