onActions method

Map<Type, Action<Intent>>? onActions()

Returns Map of 'Intent Actions' if any.

Implementation

Map<Type, Action<Intent>>? onActions() =>
    inActions != null ? inActions!() : null;