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