sendDtmf method

void sendDtmf(
  1. String key
)

Sends a DTMF tone during an active call.

Implementation

void sendDtmf(String key) => _bloc.add(SendDtmfEvent(key));