configureWTransportForVM function

void configureWTransportForVM()

Configure w_transport for use on the server via dart:io.

Implementation

void configureWTransportForVM() {
  globalTransportPlatform = vmTransportPlatform;
}