mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 13:58:47 +00:00
8 lines
239 B
Dart
8 lines
239 B
Dart
/// 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;
|