diff --git a/lib/src/voip.dart b/lib/src/voip.dart index 491c33dc..35a0c4c3 100644 --- a/lib/src/voip.dart +++ b/lib/src/voip.dart @@ -49,7 +49,7 @@ class RTCVideoRenderer extends VideoRenderer { int get videoWidth => throw UnimplementedError(); @override - Future dispose() => throw UnimplementedError(); + Future dispose() => throw UnimplementedError(); } /// The default life time for call events, in millisecond. @@ -1199,7 +1199,7 @@ class VoIP { wb!.addObserver(this); didChangeAppLifecycleState(wb.lifecycleState!); } - */ + */ } Future onCallInvite(Event event) async {