summaryrefslogtreecommitdiff
path: root/macos/Flutter/GeneratedPluginRegistrant.swift
blob: cc667fc0f45f1414020628a5a01c4d617eeeb5d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//
//  Generated file. Do not edit.
//

import FlutterMacOS
import Foundation

import package_info_plus
import shared_preferences_foundation
import url_launcher_macos

func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
  FPPPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FPPPackageInfoPlusPlugin"))
  SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
  UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
}