appServer property

ApplicationServer? appServer
getter/setter pair

The ApplicationServer listening for HTTP requests while under test.

This property is only valid when an application is started via startOnCurrentIsolate.

Implementation

ApplicationServer? appServer;