PushTokenData constructor
PushTokenData(
- Platforms platform,
- String token,
- MoEPushService pushService
Implementation
PushTokenData(this.platform, this.token, this.pushService);