/// Exposes useful functions to interop with JS from our Flutter app. library; export 'js_interop/counter_state_manager.dart'; export 'js_interop/helper.dart' show broadcastAppEvent; export 'dart:js_interop' show createJSInteropWrapper;