RegisterTypeOutput constructor

RegisterTypeOutput({
  1. String? registrationToken,
})

Implementation

RegisterTypeOutput({
  this.registrationToken,
});