HeliumFlutterMethodChannel class

An implementation of HeliumFlutterPlatform 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.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getDownloadStatus() Future<String?>
Download status of paywall
override
getHeliumUserId() Future<String?>
Gets helium user id
override
getUpsellWidget({required String trigger}) Widget
override
hideUpsell() Future<bool>
Hides view
override
initialize({required HeliumCallbacks callbacks, required Widget fallbackPaywall, required String apiKey, required String customAPIEndpoint, String? customUserId, Map<String, dynamic>? customUserTraits, String? revenueCatAppUserId}) Future<String?>
Initialize helium sdk at the start up of flutter application. It will download custom paywall view
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
overrideUserId({required String newUserId, required Map<String, dynamic> traits}) Future<String?>
Overrides user id to given newUserId
override
paywallsLoaded() Future<bool>
Returns bool based on paywall loaded or not
override
presentUpsell({required BuildContext context, required String trigger}) Future<String?>
Presents view based on trigger
override
toString() String
A string representation of this object.
inherited

Operators

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