getPushToken method
Get synchronously the push token. Prefer using the stream activityUpdateStream to keep push token up to date.
Implementation
Future<String?> getPushToken(String activityId) {
return LiveActivitiesPlatform.instance.getPushToken(activityId);
}