I am trying to access environment variables through the browser with Dart/Dartium. I know I can't use the 'io' library. I thought I might be able to use the 'html' library based on some other posts I found, but I haven't figured it out. There is a similarly named "Platform" class in both libraries, but the version in 'html' is different and does not have an "environment" property.
Thanks.