chore: dart format.

This commit is contained in:
cloudwebrtc 2021-11-19 18:03:58 +08:00
parent 93b623f2d5
commit 5dfb196c90
1 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ class RTCVideoRenderer extends VideoRenderer {
int get videoWidth => throw UnimplementedError(); int get videoWidth => throw UnimplementedError();
@override @override
Future<void> dispose() => throw UnimplementedError(); Future<void> dispose() => throw UnimplementedError();
} }
/// The default life time for call events, in millisecond. /// The default life time for call events, in millisecond.
@ -1199,7 +1199,7 @@ class VoIP {
wb!.addObserver(this); wb!.addObserver(this);
didChangeAppLifecycleState(wb.lifecycleState!); didChangeAppLifecycleState(wb.lifecycleState!);
} }
*/ */
} }
Future<void> onCallInvite(Event event) async { Future<void> onCallInvite(Event event) async {