Skip to content

Commit 31f601d

Browse files
committed
import sort.
1 parent fb525ee commit 31f601d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/src/rtc_rtp_transceiver_impl.dart

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import 'dart:async';
22
import 'dart:js_util' as jsutil;
33

4-
import 'package:webrtc_interface/src/rtc_rtp_capabilities.dart';
54
import 'package:webrtc_interface/webrtc_interface.dart';
65

76
import 'media_stream_impl.dart';
@@ -54,8 +53,6 @@ extension RTCRtpTransceiverInitWebExt on RTCRtpTransceiverInit {
5453
});
5554
}
5655

57-
58-
5956
class RTCRtpTransceiverWeb extends RTCRtpTransceiver {
6057
RTCRtpTransceiverWeb(this._jsTransceiver, _peerConnectionId);
6158

0 commit comments

Comments
 (0)