FlowPagedListBuilder

constructor(    dataSourceFactory: DataSource.Factory<K, V>,     config: PagedList.Config,     initialLoadKey: K? = null,     boundaryCallback: PagedList.BoundaryCallback<V>? = null,     notifyDispatcher: CoroutineDispatcher = Dispatchers.Main,     fetchDispatcher: CoroutineDispatcher = Dispatchers.IO)

Parameters

K

Type of input valued used to load data from the DataSource. Must be integer if you're using PositionalDataSource.

V

Item type being presented.