MixPushPlatformInfo constructor

const MixPushPlatformInfo({
  1. required String platform,
  2. required String regId,
})

Implementation

const MixPushPlatformInfo({required this.platform, required this.regId});