HeliumFlutterPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- HeliumFlutterPlatform
- Implementers
Constructors
- HeliumFlutterPlatform.new()
- Constructs a HeliumFlutterPlatform.
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
-
getDownloadStatus(
) → Future< String?> -
getHeliumUserId(
) → Future< String?> -
hideUpsell(
) → Future< bool?> -
initialize(
{required HeliumCallbacks callbacks, required String apiKey, required String customUserId, required String customAPIEndpoint, required Map< String, dynamic> customUserTraits}) → Future<String?> -
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?> -
paywallsLoaded(
) → Future< bool?> -
presentUpsell(
{required String trigger}) → Future< String?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ HeliumFlutterPlatform
-
The default instance of HeliumFlutterPlatform to use.
getter/setter pair