Future<bool> sendDTMF(String dtmf) async { return await _methodChannel.invokeMethod('sendDTMF', {"recipient": dtmf}); }