serverBuild static method

Future<UWebBuild?> serverBuild()

The build the server is serving right now, read past every cache. Null off the web or when offline.

Implementation

static Future<UWebBuild?> serverBuild() => _build("no-store");