passPushToken method
Implementation
void passPushToken(
String pushToken, MoEPushService pushService, String appId) {
_channel.invokeMethod(
methodPushToken, _getPushTokenPayload(pushToken, pushService, appId));
}
void passPushToken(
String pushToken, MoEPushService pushService, String appId) {
_channel.invokeMethod(
methodPushToken, _getPushTokenPayload(pushToken, pushService, appId));
}