|
| | HistoryRepositoryImpl ({ required this.remoteDataSource, required this.localDataSource, }) |
| override Future< Either< Failure, List< CollectionEntity > > > | getPendingCollections ({ required int userId }) async |
| override Future< Either< Failure, List< CollectionEntity > > > | getHistoryCollections ({ required int userId, required String? period, DateTime? dateStart, DateTime? dateEnd, }) async |
| Future< Either< Failure, List< CollectionEntity > > > | getPendingCollections ({ required int userId }) |
| Future< Either< Failure, List< CollectionEntity > > > | getHistoryCollections ({ required int userId, required String? period, DateTime? dateStart, DateTime? dateEnd, }) |
◆ getHistoryCollections() [1/2]
◆ getHistoryCollections() [2/2]
◆ getPendingCollections() [1/2]
◆ getPendingCollections() [2/2]
◆ HistoryRepositoryImpl()
| HistoryRepository::HistoryRepositoryImpl |
( |
{ required this.remoteDataSource, required this.localDataSource, } | | ) |
|
|
private |
◆ localDataSource
◆ remoteDataSource
The documentation for this class was generated from the following files: