Skip to content

Commit c8ce1cc

Browse files
authored
Update part directive in broadcast_channel.dart
1 parent 3fe4671 commit c8ce1cc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/src/html/api/broadcast_channel.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
part of universal_html.internal;
1+
part of '../../html.dart';
22

33
class BroadcastChannel {
44
final String name;
@@ -10,4 +10,4 @@ class BroadcastChannel {
1010
void postMessage(Object message) {}
1111

1212
Stream<dynamic> get onMessage => const Stream.empty();
13-
}
13+
}

0 commit comments

Comments
 (0)