8000 Make analyzer happy · model-lib/flutter-webrtc@678c29f · GitHub
[go: up one dir, main page]

Skip to content

Commit 678c29f

Browse files
authored
Make analyzer happy
1 parent 94a2720 commit 678c29f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/web/rtc_video_view.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ class RTCVideoRenderer {
7777
if (htmlElementView != null) {
7878
findHtmlView()?.srcObject = stream.jsStream;
7979
}
80+
// ignore: undefined_prefixed_name
8081
ui.platformViewRegistry.registerViewFactory(stream.id, (int viewId) {
8182
final x = HTML.VideoElement();
8283
x.autoplay = true;

0 commit comments

Comments
 (0)
0