callNumber function

void callNumber(
  1. String string
)

Implementation

void callNumber(String string) => launchUrl(Uri.parse('tel:$string'));