OnExitLifecycle constructor

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

Implementation

OnExitLifecycle({
  this.events,
});