shortcuts property
Map<ShortcutActivator, Intent> ?
get
shortcuts
Global shortcuts for the application.
Defines keyboard shortcuts that work throughout the app.
Example: {LogicalKeySet(LogicalKeyboardKey.control, LogicalKeyboardKey.keyN): NewDocumentIntent()}
Implementation
Map<ShortcutActivator, Intent>? get shortcuts => null;