How can i correct this in index.html in my flutter web app?
“const serviceWorkerVersion = null;”
“_flutter.loader.loadEntrypoint({”
”
Warning: In index.html:37: Local variable for “serviceWorkerVersion” is deprecated. Use “{{flutter_service_worker_version}}” template token instead.
Warning: In index.html:46: “FlutterLoader.loadEntrypoint” is deprecated. Use “FlutterLoader.load” instead.
”
I try to solve the problem with chatgpt but didnt result, please help me:D