Abin Paul

Results 1 comments of Abin Paul

@chinloyal Please check this. ```dart PusherOptions options = PusherOptions( host: AppConstants.PUSHER_HOST, wssPort: AppConstants.PUSHER_WSS_PORT, encrypted: true, auth: PusherAuth( AppConstants.API_BASE_URL + _authUrl, headers: { 'Content-type': 'application/json', 'Authorization': 'Bearer ${_box.read(AppConstants.TOKEN_KEY) ?? null}', 'Device-Info':...