Runtime abstraction layer
A simple usage example:
import 'package:RAL/html_i.dart'
if (dart.library.io) 'package:RAL/io/html_io.dart'
if (dart.library.html) 'dart:html' as html;
main() {
new html.MessageEvent("PreviousSession", data: JSON.encode({}));
}
Please file feature requests and bugs at the issue tracker.