Skip to content

flutter-cavalry/close_key_nswindow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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();

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published