Files
packages.dart/experimental/http_get_cache/example/macos/Runner/AppDelegate.swift
2026-01-20 23:18:39 -08:00

10 lines
214 B
Swift
Vendored

import Cocoa
import FlutterMacOS
@NSApplicationMain
class AppDelegate: FlutterAppDelegate {
override func applicationShouldTerminateAfterLastWindowClosed(_ sender: NSApplication) -> Bool {
return true
}
}