diff --git a/packages/brick_offline_first_with_rest/lib/src/offline_first_with_rest_repository.dart b/packages/brick_offline_first_with_rest/lib/src/offline_first_with_rest_repository.dart index 2f9d6fe1..ed477087 100644 --- a/packages/brick_offline_first_with_rest/lib/src/offline_first_with_rest_repository.dart +++ b/packages/brick_offline_first_with_rest/lib/src/offline_first_with_rest_repository.dart @@ -59,10 +59,10 @@ abstract class OfflineFirstWithRestRepository /// its defaults List? 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,