Skip to content

Instantly share code, notes, and snippets.

View Aditsyal's full-sized avatar

Aditya Syal Aditsyal

View GitHub Profile
<html>
<body>
<script>
window. addEventListener( 'load', function (ev) {
-flutter.loader.loadEntrypoint
//Initialize service worker
}). then(function (engineInitializer) {
return engineInitializer.autoStart();
});
});