OnEnterLifecycle constructor

OnEnterLifecycle({
  1. List<Event>? events,
})

Implementation

OnEnterLifecycle({
  this.events,
});