VerifyNotificationChannelRequest constructor

VerifyNotificationChannelRequest({
  1. String? code,
})

Implementation

VerifyNotificationChannelRequest({
  this.code,
});