AvoNetworkCallsHandler class

Constructors

AvoNetworkCallsHandler({required String apiKey, required String envName, required String appName, required String appVersion, required String libVersion})

Properties

apiKey String
getter/setter pair
appName String
getter/setter pair
appVersion String
getter/setter pair
client ↔ Client
getter/setter pair
envName String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
libVersion String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
samplingRate double
getter/setter pair

Methods

bodyForEventSchemaCall({required String eventName, required List<Map<String, dynamic>> eventSchema, required String sessionId, required String installationId}) EventSchemaBody
bodyForSessionStaretedCall({required String sessionId, required String installationId}) SessionStartedBody
callInspectorWith({required List<BaseBody> events, void onCompleted(String?)?}) Future<void>
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