Pavel Mazhnik 1c1c273bca
[web] remove unnecessary awaits from flutter.js (#130204)
Fixed types for `_getNewServiceWorker` and `_waitForServiceWorkerActivation` functions.  
These functions currently expect a Promise as an argument, but we're actually passing in an already resolved value:
```js
.then(this._getNewServiceWorker)
.then(this._waitForServiceWorkerActivation);
```
2023-07-14 19:10:55 +00:00
..
2023-07-07 18:09:57 +00:00
2023-07-13 22:00:55 +00:00
2023-05-11 13:27:51 +00:00
2023-02-23 19:43:21 +00:00
2023-02-23 19:43:21 +00:00