vm library

Transport for the server. This exposes a single configuration method that must be called before instantiating any of the transport classes.

import 'package:w_transport/vm.dart'
    show configureWTransportForVM;

void main() {
  configureWTransportForVM();
}

Functions

configureWTransportForVM() → void
Configure w_transport for use on the server via dart:io.