stampBootstrapJs function
Returns js (a flutter_bootstrap.js) with script references
cache-busted with buildId. Idempotent.
Implementation
String stampBootstrapJs(String js, String buildId) =>
cacheBustScripts(removeCacheBust(js), buildId);