pushToStartTokenEventChannel property

  1. @visibleForTesting
EventChannel pushToStartTokenEventChannel
final

Emits ActivityKit push-to-start tokens on iOS.

Implementation

@visibleForTesting
final pushToStartTokenEventChannel = const EventChannel(
  'system_live_updates/push_to_start_tokens',
);