InAppLocalhostServer constructor

InAppLocalhostServer({
  1. int port = 8080,
})

Implementation

InAppLocalhostServer({int port = 8080}) {
  this._port = port;
}