ListChangeListener<TNotification> typedef

ListChangeListener<TNotification> = void Function(ListChange<TNotification>)

Implementation

typedef ListChangeListener<TNotification> =
    void Function(ListChange<TNotification>);