OpenURL method

void OpenURL(
  1. Pointer<Char> url
)

Implementation

void OpenURL(Pointer<Char> url) {
  return _OpenURL(url);
}