configureWTransportForBrowser function
void
configureWTransportForBrowser()
Configures w_transport for use in the browser via dart:html.
Implementation
void configureWTransportForBrowser() {
globalTransportPlatform = browserTransportPlatform;
}