getSocketHeaders method
Returns the headers to be sent with the socket connection.
Unless you are dealing with a custom server, you should not override this method.
Implementation
Map<String, dynamic> getSocketHeaders(Map<String, dynamic> baseHeaders) {
return baseHeaders;
}