getAllActivitiesIds method

Future<List<String>> getAllActivitiesIds()

Get all iOS 16.1+ live activity ids. You can get an activity id by calling createActivity.

Implementation

Future<List<String>> getAllActivitiesIds() {
  return LiveActivitiesPlatform.instance.getAllActivitiesIds();
}