transportParams property

Map<String, String>? transportParams
getter/setter pair

A set of key-value pairs that can be used to pass in arbitrary connection parameters, such as heartbeatInterval or remainPresentFor.

Implementation

Map<String, String>? transportParams;