PushDevice constructor

PushDevice([
  1. void b(
    1. PushDeviceBuilder
    )?
])

Creates a new PushDevice object using the builder pattern.

Implementation

factory PushDevice([void Function(PushDeviceBuilder)? b]) = _$PushDevice;