Device constructor

Device(
  1. PubNub _core,
  2. Keyset _keyset,
  3. String deviceId
)

Implementation

Device(this._core, this._keyset, this.deviceId);