launchCall static method

Future<bool> launchCall(
  1. String phoneNumber
)

Implementation

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