registerLiveActivityPushToStartToken method
iOS Only 注册或更新 ActivityAttributes 类型对应的 Push-to-Start Token,传 null 表示解绑。 返回值包含 code、liveActivityId、pushToken 和 seq。
Implementation
Future<Map<dynamic, dynamic>> registerLiveActivityPushToStartToken({
required String activityAttributes,
Uint8List? pushToStartToken,
required int seq,
}) async {
print(flutter_log +
"registerLiveActivityPushToStartToken:has not been implemented.");
return {};
}