static Future<void> sendDTMF(String number, String digits) async { await _channel .invokeMethod('sendDTMF', {'number': number, 'digits': digits}); }