sendDtmf method

void sendDtmf(
  1. String key
)

Implementation

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