pendingActionsUpdates property
Stream of pending-action list snapshots. Emits whenever the SDK's
pendingActions StateFlow mutates. iOS always emits an empty list once.
Implementation
Stream<List<Map<String, dynamic>>> get pendingActionsUpdates {
throw UnimplementedError('pendingActionsUpdates has not been implemented.');
}