call static method

Future<void> call(
  1. String phone
)

Implementation

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