LiveSession.forTesting constructor
Internal constructor for testing.
Implementation
@visibleForTesting
factory LiveSession.forTesting(WebSocketChannel ws) {
return LiveSession._(
ws,
uri: '',
headers: {},
modelString: '',
);
}
Internal constructor for testing.
@visibleForTesting
factory LiveSession.forTesting(WebSocketChannel ws) {
return LiveSession._(
ws,
uri: '',
headers: {},
modelString: '',
);
}