localhostServer top-level property

InAppLocalhostServer? localhostServer
final

Implementation

final InAppLocalhostServer? localhostServer = kIsWeb
    ? null
    : InAppLocalhostServer(
        documentRoot: WebViewConstants.documentRoot,
      );