ReIdentify constructor

ReIdentify({
  1. int? eventSubscriptions,
})

Implementation

ReIdentify({
  this.eventSubscriptions,
});