sendDtmf method

Future<void> sendDtmf({
  1. required String callId,
  2. required String sequence,
})

Send sequence of DTMF digits to call with callId

Implementation

Future<void> sendDtmf({
  required String callId,
  required String sequence,
}) async {
  throw UnimplementedError('platformVersion() has not been implemented.');
}