DeviceTokenHuaweiPush constructor

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

Implementation

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