NotificationRegistrationEvent constructor

NotificationRegistrationEvent(
  1. bool isSuccessful,
  2. ErrorInfo? error
)

Implementation

NotificationRegistrationEvent(this.isSuccessful, this.error);