UnregisterPushDeviceArguments constructor

UnregisterPushDeviceArguments({
  1. required PushDeviceToken token,
})

Implementation

UnregisterPushDeviceArguments({required this.token});