RegisterPushDeviceArguments constructor

RegisterPushDeviceArguments({
  1. required PushDeviceToken token,
})

Implementation

RegisterPushDeviceArguments({required this.token});