itemAdded property

dynamic Function(String value) itemAdded
final

Function to be executed after the item was added.

Implementation

final Function(String value) itemAdded;