call function

void call(
  1. String phone
)

Implementation

void call(final String phone) async => await launchURL("tel:$phone");