| // Copyright 2025 The Flutter Authors |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd. |
| // |
| // Generated file. Do not edit. |
| // |
| |
| import FlutterMacOS |
| import Foundation |
| |
| import file_selector_macos |
| import url_launcher_macos |
| |
| func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) { |
| FileSelectorPlugin.register(with: registry.registrar(forPlugin: "FileSelectorPlugin")) |
| UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin")) |
| } |