menu
app_call_button package
documentation
core/controller/controller.dart
AppSipController
sendDtmf method
sendDtmf method
dark_mode
light_mode
sendDtmf
method
void
sendDtmf
(
String
key
)
Implementation
void sendDtmf(String key) => _bloc.add(SendDtmfEvent(key));
app_call_button package
documentation
core/controller/controller
AppSipController
sendDtmf method
AppSipController class