OpenURL function

void OpenURL(
  1. Pointer<Char> url
)

Implementation

void OpenURL(Pointer<Char> url) => _module.OpenURL(url);