onScrollToBottom abstract method
onScrollToBottom is a function which is used to perform some action when the scroll reaches the bottom of the suggestion list
Implementation
void onScrollToBottom(TextEditingController textEditingController);
onScrollToBottom is a function which is used to perform some action when the scroll reaches the bottom of the suggestion list
void onScrollToBottom(TextEditingController textEditingController);