Ruud Brouwers
Results
2
issues of
Ruud Brouwers
The following code works correctly on web: ```dart var other = html.window.open(...); other.close(); ``` I obviously have this code behind a `kIsWeb`, such that this code is never run on...