launchCall static method
Implementation
static launchCall(String phoneNumber) async =>
await ul.launchUrl(Uri.parse("tel://$phoneNumber"));
static launchCall(String phoneNumber) async =>
await ul.launchUrl(Uri.parse("tel://$phoneNumber"));