DeviceCreateOptions constructor
const
DeviceCreateOptions({
- String name = '',
Implementation
const DeviceCreateOptions({
this.name = '',
this.sharedSecret = '',
});
const DeviceCreateOptions({
this.name = '',
this.sharedSecret = '',
});