onScrollToBottom abstract method

void onScrollToBottom(
  1. TextEditingController textEditingController
)

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);