pendingActionsChannel property
The event channel for receiving pending action notifications.
Implementation
@visibleForTesting
final EventChannel pendingActionsChannel = const EventChannel(
'app_intents/pending_actions',
);
The event channel for receiving pending action notifications.
@visibleForTesting
final EventChannel pendingActionsChannel = const EventChannel(
'app_intents/pending_actions',
);