socketParams property

List<Map<String, dynamic>> socketParams
final

Socket-level params (e.g. guestId, customerId, widgetKey) passed to each FakeChatTransport.connect call, in order. Use these to assert what the SDK sent on connect — both initial connects and reconnects triggered by mid-session operations like ChataptorClient.identify().

Implementation

final List<Map<String, dynamic>> socketParams = [];