instance property

UrlLauncherPlatform get instance

Implementation

static UrlLauncherPlatform get instance => _instance;
set instance (UrlLauncherPlatform instance)

Implementation

static set instance(UrlLauncherPlatform instance) {
  PlatformInterface.verify(instance, _token);
  _instance = instance;
}