TBLBeaconHandler class

this class is responsible for sending the beacon event to the server it uses the http package to send the event it uses the IOClient for android and the CupertinoClient for iOS we had an issue inspecting the network traffic on iOS Since Flutter doesn't use system-level Proxy, the solution was to use cupertino_http package as client for iOS https://docs.proxyman.io/debug-devices/flutter

Constructors

TBLBeaconHandler()

Properties

client ↔ Client
getter/setter pair
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
sendBeaconEvent(TBLBeaconEvent tblBeaconEvent, {required Function onSuccess, required Function onFailure}) → void
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

STATUS_CODE_SUCCESS int
final