removePendingActionItem abstract method

FutureOr<void> removePendingActionItem(
  1. ActionItem actionItem
)

Should remove actionItem from the cache.

Implementation

FutureOr<void> removePendingActionItem(ActionItem actionItem);