Network class

Constructors

Network({required SdkParamPersistenceService sdkParamPersistenceService})
const

Properties

dio → Dio
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sdkParamPersistenceService SdkParamPersistenceService
final

Methods

addEvent({required AddEventRequest request}) Future<Response>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parseErrorFromStatus(RequestOptions? request, Response? response, int? statusCode) → void
setUser({required SetUserRequest request}) Future<Response>
suppressUser({required SuppressUserRequest request}) Future<Response>
toString() String
A string representation of this object.
inherited
trackNotificationActivities({required TrackNotificationActivityRequest request}) Future<Response>
updateDeviceInfo({required SetDeviceInfoRequest request}) Future<Response>

Operators

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