8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0051af3 + 675a37b commit bc8dc67Copy full SHA for bc8dc67
lib/rtc_video_view.dart
@@ -128,8 +128,8 @@ class _RTCVideoViewState extends State<RTCVideoView> {
128
}
1 BDD3 29
129
130
@override
131
- void deactivate() {
132
- super.deactivate();
+ void dispose() {
+ super.dispose();
133
widget._renderer.onStateChanged = null;
134
135
lib/web/rtc_video_view.dart
@@ -171,8 +171,8 @@ class _RTCVideoViewState extends State<RTCVideoView> {
171
172
173
174
175
176
_renderer.onStateChanged = null;
177
178
0 commit comments