openUri static method

Future<bool> openUri(
  1. Uri uri
)

Implementation

static Future<bool> openUri(Uri uri) {
  return launchUrl(uri);
}