Skip to content

Commit 3fe4671

Browse files
authored
Remove BroadcastChannel code from example.dart
Removed BroadcastChannel implementation from example.dart.
1 parent ee7dfd3 commit 3fe4671

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

example/example.dart

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,4 @@ void main() {
1616
// Do a CSS query
1717
print(divElement.querySelector('div > .greeting')!.text);
1818
// --> Hello world
19-
20-
final broadcastChannel = BroadcastChannel('Channel_Name');
21-
broadcastChannel.onMessage.listen((event) {
22-
print(event);
23-
});
2419
}

0 commit comments

Comments
 (0)