OpenURL abstract method

void OpenURL(
  1. String url
)

Open URL with default system browser (if available)

Implementation

void OpenURL(
  String url,
);