actions property

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

The actions for the app.

Implementation

final Map<Type, Action<Intent>>? actions;