Device constructor

Device(
  1. String deviceID,
  2. String deviceSecret
)

Implementation

Device(this.deviceID, this.deviceSecret);