EventSpa.search constructor

EventSpa.search({
  1. required String value,
})

Use this constructor is user search value is the search value

Implementation

EventSpa.search({required String value}) : this(
    eventType: "search",
    customParam: {
      'search_request': value,
    }
);