openUrl static method

Future<bool> openUrl(
  1. String item
)

Implementation

static Future<bool> openUrl(String item) {
  return launchUrlString(item);
}