We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
This:
main() { InternetAddress('fe80::4607:0bff:fea0:7747%enx44070ba07746'); }
succeeds on MacOS but fails with:
Unhandled exception: type 'OSError' is not a subtype of type 'List<dynamic>' of 'function result'
on Linux.