OnScrollToBottom typedef

OnScrollToBottom = dynamic Function(int unreadCount)

The action to perform when the "scroll to bottom" button is pressed within a MessageListView.

Implementation

typedef OnScrollToBottom = Function(int unreadCount);