fetchData abstract method

Future fetchData(
  1. dynamic url,
  2. dynamic nextPage
)

Implementation

Future fetchData(url, nextPage);