PosthogFlutterWeb class
A web implementation of the PosthogFlutterPlatform of the PosthogFlutter plugin.
- Inheritance
-
- Object
- PlatformInterface
- PosthogFlutterWeb
Constructors
- PosthogFlutterWeb()
- Constructs a PosthogFlutterWeb
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
-
alias(
{required String alias}) → Future< void> -
inherited
-
capture(
{required String eventName, Map< String, Object> ? properties}) → Future<void> -
inherited
-
close(
) → Future< void> -
inherited
-
debug(
bool enabled) → Future< void> -
inherited
-
disable(
) → Future< void> -
inherited
-
enable(
) → Future< void> -
inherited
-
flush(
) → Future< void> -
inherited
-
getDistinctId(
) → Future< String> -
inherited
-
getFeatureFlag(
{required String key}) → Future< Object?> -
inherited
-
getFeatureFlagPayload(
{required String key}) → Future< Object?> -
inherited
-
group(
{required String groupType, required String groupKey, Map< String, Object> ? groupProperties}) → Future<void> -
inherited
-
handleMethodCall(
MethodCall call) → Future -
identify(
{required String userId, Map< String, Object> ? userProperties, Map<String, Object> ? userPropertiesSetOnce}) → Future<void> -
inherited
-
isFeatureEnabled(
String key) → Future< bool> -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
register(
String key, Object value) → Future< void> -
inherited
-
reloadFeatureFlags(
) → Future< void> -
inherited
-
reset(
) → Future< void> -
inherited
-
screen(
{required String screenName, Map< String, Object> ? properties}) → Future<void> -
inherited
-
setup(
PostHogConfig config) → Future< void> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
unregister(
String key) → Future< void> -
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
registerWith(
Registrar registrar) → void