fetchPostsPaginated abstract method

Future<List<TimelinePost>> fetchPostsPaginated(
  1. String? category,
  2. int limit
)

Implementation

Future<List<TimelinePost>> fetchPostsPaginated(String? category, int limit);