Transmission class

Manages all sending of Events.

Constructors

Transmission()
Creates new Transmission handler.

Properties

client ↔ Client
Http client which events are sent through. Can be defined when instantiating Libhoney class enabling use of custom Http client implementation.
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
send(Event event, {bool presampled = false}) Future<void>
Sends an event.
toString() String
A string representation of this object.
inherited

Operators

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