TF-4058 Remove class/object are not used

This commit is contained in:
dab246
2025-10-14 13:02:20 +07:00
committed by Dat H. Pham
parent e33cd29aa8
commit 0a73f0e5cb
16 changed files with 0 additions and 715 deletions
@@ -1 +0,0 @@
export 'broadcast_channel_stub.dart' if (dart.library.html) 'broadcast_channel_web.dart';
@@ -1,7 +0,0 @@
class BroadcastChannel {
final String name;
BroadcastChannel(this.name);
Stream<dynamic> get onMessage => const Stream.empty();
}
@@ -1 +0,0 @@
export 'dart:html' show BroadcastChannel;