HackleApp class
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
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
featureFlagDetail(
int featureKey, {HackleUser? user}) → Future< FeatureFlagDecision> -
fetch(
) → Future< void> -
getDeviceId(
) → Future< String> -
getRemoteConfig(
{HackleUser? user}) → RemoteConfig -
getUser(
) → Future< HackleUser> -
initialize(
String sdkKey, {HackleConfig? hackleConfig, HackleUser? user}) → Future< void> -
isFeatureOn(
int featureKey, {HackleUser? user}) → Future< bool> -
resetUser(
) → Future< void> -
setDeviceId(
String deviceId) → Future< void> -
setUser(
HackleUser user) → Future< void> -
setUserId(
String userId) → Future< void> -
setUserProperty(
String key, Object value) → Future< void> -
showUserExplorer(
) → Future< void> -
track(
HackleEvent event, {HackleUser? user}) → Future< void> -
updateUserProperties(
PropertyOperations operations) → Future< void> -
variation(
int experimentKey, {HackleUser? user}) → Future< Variation> -
variationDetail(
int experimentKey, {HackleUser? user}) → Future< Decision>