Skip to content

Commit

Permalink
refactor: remove part of directive
Browse files Browse the repository at this point in the history
  • Loading branch information
cybex-dev committed Feb 17, 2025
1 parent 4bd640f commit 68de1b8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 0 additions & 2 deletions lib/models/active_call.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
part of twilio_voice;

enum CallDirection { incoming, outgoing }

class ActiveCall {
Expand Down
2 changes: 0 additions & 2 deletions lib/models/call_event.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
part of twilio_voice;

enum CallEvent {
incoming,
ringing,
Expand Down
4 changes: 2 additions & 2 deletions lib/twilio_voice.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import 'package:twilio_voice/_internal/method_channel/twilio_call_method_channel
import '_internal/method_channel/twilio_voice_method_channel.dart';
import '_internal/platform_interface/twilio_voice_platform_interface.dart';

part 'models/active_call.dart';
part 'models/call_event.dart';
export './models/active_call.dart';
export './models/call_event.dart';

class TwilioVoice extends MethodChannelTwilioVoice {
static TwilioVoicePlatform get instance => MethodChannelTwilioVoice.instance;
Expand Down

0 comments on commit 68de1b8

Please sign in to comment.