MethodChannelHeliumFlutter class
An implementation of HeliumFlutterPlatform that uses method channels.
- Inheritance
-
- Object
- PlatformInterface
- HeliumFlutterPlatform
- MethodChannelHeliumFlutter
Constructors
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?> -
override
-
getHeliumUserId(
) → Future< String?> -
override
-
hideUpsell(
) → Future< bool?> -
override
-
initialize(
{required HeliumCallbacks callbacks, required String apiKey, required String customUserId, required String customAPIEndpoint, required Map< String, dynamic> customUserTraits}) → Future<String?> -
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?> -
override
-
paywallsLoaded(
) → Future< bool?> -
override
-
presentUpsell(
{required String trigger}) → Future< String?> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited