DeviceContext constructor

DeviceContext({
  1. String? deviceToken,
})

Implementation

DeviceContext({
  this.deviceToken,
});