chore: remove unnecessary plugin registrant files

This commit is contained in:
Kingkor Roy Tirtho
2023-03-05 13:37:39 +06:00
parent 8d118dff7a
commit b7ff1c8abe
3 changed files with 46 additions and 0 deletions
@@ -0,0 +1,12 @@
//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
import path_provider_foundation
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
}