Files
test17sepfh003/test17sepfh003-myfrontend-f/authsec_flutter/macos/Runner/AppDelegate.swift
T

10 lines
214 B
Swift
Raw Normal View History

2026-09-17 05:28:35 +00:00
import Cocoa
import FlutterMacOS
@NSApplicationMain
class AppDelegate: FlutterAppDelegate {
override func applicationShouldTerminateAfterLastWindowClosed(_ sender: NSApplication) -> Bool {
return true
}
}