使用 INKWILL 调用 Mack 图标的这个选项
_Call() async {
const _url = 'tel:01140654053' ;
if (await canLaunch(_url)) {
await launch(_url);
} else {
throw 'could not lanch ';
}
}
和这个错误 E/flutter (8522): [ERROR:flutter/lib/ui/ui_dart_state.cc(199)] 未处理的异常:无法启动 E/flutter (8522): #0 _MyHomePageState._Call (package:oonco_helpp/main.dart:105:7) E/颤振(8522): E/颤振(8522):