Global actions for the application.
Defines actions that can be triggered by shortcuts or other means. Example: {NewDocumentIntent: NewDocumentAction()}
{NewDocumentIntent: NewDocumentAction()}
Map<Type, Action<Intent>>? get actions => null;