pendingActionsChannel property

  1. @visibleForTesting
EventChannel pendingActionsChannel
final

The event channel for receiving pending action notifications.

Implementation

@visibleForTesting
final EventChannel pendingActionsChannel = const EventChannel(
  'app_intents/pending_actions',
);