fetchData abstract method

Future<void> fetchData(
  1. int page
)

called by child to fetch data from repository

Implementation

Future<void> fetchData(int page);