onActions method

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

Returns Map of 'Intent Actions' if any.

Implementation

Map<Type, Action<Intent>>? onActions() => inActions?.call();