menu
blux_flutter package
documentation
notifications/inapp_custom_action_event.dart
InAppCustomActionEvent
InAppCustomActionEvent.new const constructor
InAppCustomActionEvent.new const constructor
dark_mode
light_mode
InAppCustomActionEvent
constructor
const
InAppCustomActionEvent
(
{
required
String
actionId
,
required
Map
<
String
,
dynamic
>
data
,
})
Implementation
const InAppCustomActionEvent({ required this.actionId, required this.data, });
blux_flutter package
documentation
notifications/inapp_custom_action_event
InAppCustomActionEvent
InAppCustomActionEvent.new const constructor
InAppCustomActionEvent class