call static method

void call(
  1. String phone
)

Implementation

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