menu
flutter_callkit_incoming package
documentation
entities/call_event.dart
CallEventActionCallToggleHold
CallEventActionCallToggleHold.new const constructor
CallEventActionCallToggleHold.new const constructor
dark_mode
light_mode
CallEventActionCallToggleHold
constructor
const
CallEventActionCallToggleHold
(
String
id
,
bool
isOnHold
)
Implementation
const CallEventActionCallToggleHold(this.id, this.isOnHold);
flutter_callkit_incoming package
documentation
entities/call_event
CallEventActionCallToggleHold
CallEventActionCallToggleHold.new const constructor
CallEventActionCallToggleHold class