拨号程序未显示完整的美元代码,例如:* 123 * 1#
问题内容:
我正在使用url_launcher
插件进行通话,但拨号程序未显示该#
字符:
String url = 'tel:*123#';
if (await canLaunch(url)) {
await launch(url);
} else {
throw 'Could not launch $url';
}
问题答案:
我正在使用url_launcher
插件进行通话,但拨号程序未显示该#
字符:
String url = 'tel:*123#';
if (await canLaunch(url)) {
await launch(url);
} else {
throw 'Could not launch $url';
}