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();
@override
Future<void> dispose() => throw UnimplementedError();
Future<void> dispose() => throw UnimplementedError();
}
/// The default life time for call events, in millisecond.