debugFetchPage property

  1. @visibleForTesting
Future<ThreadsPage> Function({String? guid, required int limit, required bool participatedByMe, String? uid, int? updatedAtCursor})? debugFetchPage
getter/setter pair

Test seam: overrides the page fetcher so pagination behavior is verifiable offline. Production code never sets this.

Implementation

@visibleForTesting
Future<ThreadsPage> Function({
  required int limit,
  required bool participatedByMe,
  String? guid,
  String? uid,
  int? updatedAtCursor,
})? debugFetchPage;