0 purchases
close key nswindow
close_key_nswindow #
Call close or performClose on key NSWindow.
Usage #
final plugin = CloseKeyNswindow();
// `NSApplication.shared.keyWindow?.close()`.
await plugin.close();
// `NSApplication.shared.keyWindow?.performClose()`.
await plugin.performClose();
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.