OnSocketErrorReceived typedef

OnSocketErrorReceived = void Function(TelnyxSocketError message)

Callback for when the socket receives an error

Implementation

typedef OnSocketErrorReceived = void Function(TelnyxSocketError message);