menu
getx_scaffold package
documentation
common/common.dart
callPhone function
callPhone function
dark_mode
light_mode
callPhone
function
void
callPhone
(
String
phoneNumber
)
拨打电话
Implementation
void callPhone(String phoneNumber) { launchUrl(Uri.parse('tel:$phoneNumber')); }
getx_scaffold package
documentation
common/common
callPhone function
common library