From 5dfb196c9018b3e7b03c5c5f51037f632c67ab60 Mon Sep 17 00:00:00 2001 From: cloudwebrtc Date: Fri, 19 Nov 2021 18:03:58 +0800 Subject: [PATCH] chore: dart format. --- lib/src/voip.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {