BrowserTransportPlatformWithSockJS constructor
const
BrowserTransportPlatformWithSockJS({})
Implementation
const BrowserTransportPlatformWithSockJS(
{bool? sockJSNoCredentials,
bool? sockJSDebug,
List<String>? sockJSProtocolsWhitelist,
Duration? sockJSTimeout})
: _sockJSDebug = sockJSDebug ?? false,
_sockJSProtocolsWhitelist = sockJSProtocolsWhitelist,
_sockJSNoCredentials = sockJSNoCredentials ?? false,
_sockJSTimeout = sockJSTimeout;