I am trying to write an application that uses the RPC api.
My application works okay when run as javascript in chrome, but when I try and run it in Dartium, I get the following message
The requested built-in library is not available on Dartium.'package:rpc/src/context.dart': error: line 7 pos 1: library handler failed import 'dart:io'; ^: package:rpc/src/context.dart
I don't think that my client code is importing dart:io. Is there any way of checking this?