$HeartbeatClient class

Constructors

$HeartbeatClient($Client _rootClient)
Creates a new DynamiteClient for heartbeat requests.

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

$heartbeat_Request({required String status, bool? oCSAPIRequest}) → Request
Keep the status alive.
$heartbeat_Serializer() → DynamiteSerializer<HeartbeatHeartbeatResponseApplicationJson, void>
Builds a serializer to parse the response of $heartbeat_Request.
heartbeat({required String status, bool? oCSAPIRequest}) Future<DynamiteResponse<HeartbeatHeartbeatResponseApplicationJson, void>>
Keep the status alive.
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