onIntentEnqueue
Wraps the StorePlugin.onIntentEnqueue method of the child plugin passed in the block parameter.
The StorePlugin.onIntentEnqueue method will not be invoked unless you manually call StorePlugin.onIntentEnqueue inside this block!
For pre-context parameters version, to correctly call the child method: child.run { onIntentEnqueue(intent) }
See the DecoratorBuilder documentation for details on how this function behaves.