Skip to content

Commit

Permalink
fix import sorter.
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudwebrtc committed Sep 15, 2023
1 parent 62e9425 commit f8ea9ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/e2ee/e2ee_manager.dart
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
import 'package:flutter/foundation.dart';

import 'package:flutter_webrtc/flutter_webrtc.dart';
import 'package:livekit_client/src/utils.dart';

import '../core/room.dart';
import '../e2ee/events.dart';
import '../e2ee/options.dart';
import '../events.dart';
import '../extensions.dart';
import '../managers/event.dart';
import '../utils.dart';
import 'key_provider.dart';

class E2EEManager {
Expand Down

0 comments on commit f8ea9ef

Please sign in to comment.