DeviceTokenHuaweiPush constructor

const DeviceTokenHuaweiPush({
  1. required String token,
  2. required bool encrypt,
})

A token for HUAWEI Push Service

Implementation

const DeviceTokenHuaweiPush({
  required this.token,
  required this.encrypt,
});