PushDevice constructor
PushDevice([
- void b()?
Creates a new PushDevice object using the builder pattern.
Implementation
factory PushDevice([void Function(PushDeviceBuilder)? b]) = _$PushDevice;
Creates a new PushDevice object using the builder pattern.
factory PushDevice([void Function(PushDeviceBuilder)? b]) = _$PushDevice;