Sign in
dart
/
external
/
github.com
/
flutter
/
devtools
/
205176ecbe8b7bbae43f8c8dad0fe5d206b85bb0
/
.
/
packages
/
devtools_app
/
macos
/
Runner
/
AppDelegate.swift
blob: 8e02df288835694650d8c57a5fffefcd8d7ff93f [
file
]
import
Cocoa
import
FlutterMacOS
@main
class
AppDelegate
:
FlutterAppDelegate
{
override
func applicationShouldTerminateAfterLastWindowClosed
(
_ sender
:
NSApplication
)
->
Bool
{
return
true
}
}