passPushToken method

void passPushToken(
  1. String pushToken,
  2. MoEPushService pushService,
  3. String appId
)

Implementation

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