UrlLauncherIOS constructor

UrlLauncherIOS({
  1. @visibleForTesting UrlLauncherApi? api,
})

Creates a new plugin implementation instance.

Implementation

UrlLauncherIOS({
  @visibleForTesting UrlLauncherApi? api,
}) : _hostApi = api ?? UrlLauncherApi();