allowsPushStart method

Future<bool> allowsPushStart()

Checks if iOS 17.2+ which allows push start for live activities.

Implementation

Future<bool> allowsPushStart() {
  return LiveActivitiesPlatform.instance.allowsPushStart();
}