authEndPoint: '************************/auth',
// String?: auth host
authHeaders: {
// authenticate headers
'Authorization': 'Bearer ${PreferenceUtils.getString(Constant.ACCESS_TOKEN, '')}',
'Accept': 'application/json',
},
I have used your plugin in the flutter and finally i got connected to the socket connection but facing issue while authorization, I need to pass socket_id and channel_name into the auth request.
How can i achieve this using your plugin?
authEndPoint: '************************/auth',
// String?: auth host
authHeaders: {
// authenticate headers
'Authorization': 'Bearer ${PreferenceUtils.getString(Constant.ACCESS_TOKEN, '')}',
'Accept': 'application/json',
},
I have used your plugin in the flutter and finally i got connected to the socket connection but facing issue while authorization, I need to pass socket_id and channel_name into the auth request.
How can i achieve this using your plugin?