Skip to content

Commit

Permalink
fix doc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
devj3ns committed Oct 15, 2024
1 parent f78bb9d commit 69b2692
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ abstract class OfflineFirstWithRestRepository
/// its defaults
List<int>? reattemptForStatusCodes,

/// This property is forwarded to `RestOfflineRequestQueue`.
/// This property is forwarded to `RestOfflineQueueClient`.
this.onReattemptableResponse,

/// This property is forwarded to `RestOfflineRequestQueue`.
/// This property is forwarded to `RestOfflineQueueClient`.
this.onRequestError,
required RestProvider restProvider,
required super.sqliteProvider,
Expand Down

0 comments on commit 69b2692

Please sign in to comment.