close_key_nswindow 1.0.1 copy "close_key_nswindow: ^1.0.1" to clipboard
close_key_nswindow: ^1.0.1 copied to clipboard

PlatformmacOS

Call `close` or `performClose` on key `NSWindow`.

pub package

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();
0
likes
150
points
26
downloads

Publisher

verified publisherflutter-cavalry.com

Weekly Downloads

Call `close` or `performClose` on key `NSWindow`.

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on close_key_nswindow