blob: 8e02df288835694650d8c57a5fffefcd8d7ff93f [file] [log] [blame]
import Cocoa
import FlutterMacOS
@main
class AppDelegate: FlutterAppDelegate {
override func applicationShouldTerminateAfterLastWindowClosed(_ sender: NSApplication) -> Bool {
return true
}
}