turnOnPush method
void
turnOnPush()
iOS / HarmonyOS 恢复被 turnOffPush 停止的推送服务。 发起即返,不带结果通道,注册/登录结果通过既有回调观察。
Implementation
void turnOnPush() {
print(flutter_log + "turnOnPush:has not been implemented.");
}
iOS / HarmonyOS 恢复被 turnOffPush 停止的推送服务。 发起即返,不带结果通道,注册/登录结果通过既有回调观察。
void turnOnPush() {
print(flutter_log + "turnOnPush:has not been implemented.");
}