1
0
mirror of https://github.com/flutter/samples.git synced 2026-04-19 13:32:43 +00:00
Files
samples/navigation_and_routing/macos/Flutter/GeneratedPluginRegistrant.swift
2026-04-15 13:02:16 -07:00

13 lines
260 B
Swift

//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
import url_launcher_macos
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
}