13 lines
248 B
Swift
Vendored
13 lines
248 B
Swift
Vendored
//
|
|
// Generated file. Do not edit.
|
|
//
|
|
|
|
import FlutterMacOS
|
|
import Foundation
|
|
|
|
import app_review
|
|
|
|
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
|
AppReviewPlugin.register(with: registry.registrar(forPlugin: "AppReviewPlugin"))
|
|
}
|