EventSpa.custom constructor
Use this constructor need create custom event
eventType
is the event type
customParam
is the custom parameter
Implementation
EventSpa.custom({
required String eventType,
required Map<String, dynamic> customParam,
}) : this(
eventType: eventType,
customParam: customParam,
);