openPhone method

Future<bool> openPhone(
  1. String phone
)

拨打电话 Make a phone call

Implementation

Future<bool> openPhone(String phone) => openUrl('tel:$phone');