84ba0a57c3
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
13 lines
261 B
Swift
Executable File
13 lines
261 B
Swift
Executable File
//
|
|
// Generated file. Do not edit.
|
|
//
|
|
|
|
import FlutterMacOS
|
|
import Foundation
|
|
|
|
import connectivity_plus
|
|
|
|
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
|
ConnectivityPlugin.register(with: registry.registrar(forPlugin: "ConnectivityPlugin"))
|
|
}
|