actions property

Map<Type, Action<Intent>>? get actions

Global actions for the application.

Defines actions that can be triggered by shortcuts or other means. Example: {NewDocumentIntent: NewDocumentAction()}

Implementation

Map<Type, Action<Intent>>? get actions => null;