sendDtmf method
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.');
}
Send sequence
of DTMF digits to call with callId
Future<void> sendDtmf({
required String callId,
required String sequence,
}) async {
throw UnimplementedError('platformVersion() has not been implemented.');
}