Sign in
dart
/
http.git
/
27184eb
/
.
/
pkgs
/
flutter_http_example
/
macos
/
Runner
/
AppDelegate.swift
blob: 8e02df288835694650d8c57a5fffefcd8d7ff93f [
file
] [
log
] [
blame
]
import
Cocoa
import
FlutterMacOS
@main
class
AppDelegate
:
FlutterAppDelegate
{
override
func applicationShouldTerminateAfterLastWindowClosed
(
_ sender
:
NSApplication
)
->
Bool
{
return
true
}
}