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