File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 1- part of twilio_voice;
2-
31enum CallDirection { incoming, outgoing }
42
53class ActiveCall {
Original file line number Diff line number Diff line change 1- part of twilio_voice;
2-
31enum CallEvent {
42 incoming,
53 ringing,
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ import 'package:twilio_voice/_internal/method_channel/twilio_call_method_channel
55import '_internal/method_channel/twilio_voice_method_channel.dart' ;
66import '_internal/platform_interface/twilio_voice_platform_interface.dart' ;
77
8- part ' models/active_call.dart' ;
9- part ' models/call_event.dart' ;
8+ export './ models/active_call.dart' ;
9+ export './ models/call_event.dart' ;
1010
1111class TwilioVoice extends MethodChannelTwilioVoice {
1212 static TwilioVoicePlatform get instance => MethodChannelTwilioVoice .instance;
You can’t perform that action at this time.
0 commit comments