|
| Future< Map< String, dynamic > > | signInWithCredentials ({ required CredentialsModel credentials, }) async |
| Future< List< CollectionModel > > | getCollections ({ required int userId, required bool notForToday, required String? type, }) async |
| Future< List< ResCancelationReasonModel > > | getCollectionCancelationReasons () async |
| Future< List< ResPartnerPaymentModel > > | getCollectionPaymentModeList ({ required int restaurentId, }) async |
| Future< List< ResCollectionContactModel > > | getCollectionContactList ({ required int restaurentId, }) async |
| Future< List< ResCollectionRatingReasonModel > > | getCollectionRatingReasons () async |
| Future< List< CollectionModel > > | getHistoryCollections ({ required int userId, String? period, DateTime? dateStart, DateTime? dateEnd, }) async |
◆ getCollectionCancelationReasons()
| Future< List< ResCancelationReasonModel > > AuthenticationRemoteDataSource::getCollectionCancelationReasons |
( |
| ) |
|
|
inlineprivate |
◆ getCollectionContactList()
| Future< List< ResCollectionContactModel > > AuthenticationRemoteDataSource::getCollectionContactList |
( |
{ required int restaurentId, } | | ) |
|
|
inlineprivate |
◆ getCollectionPaymentModeList()
◆ getCollectionRatingReasons()
| Future< List< ResCollectionRatingReasonModel > > AuthenticationRemoteDataSource::getCollectionRatingReasons |
( |
| ) |
|
|
inlineprivate |
◆ getCollections()
◆ getHistoryCollections()
| Future< List< CollectionModel > > AuthenticationRemoteDataSource::getHistoryCollections |
( |
{ required int userId, String? period, DateTime? dateStart, DateTime? dateEnd, } | | ) |
|
|
inlineprivate |
◆ signInWithCredentials()
| Future< Map< String, dynamic > > AuthenticationRemoteDataSource::signInWithCredentials |
( |
{ required CredentialsModel credentials, } | | ) |
|
|
inlineprivate |
◆ apiClient
| final AuthenticationRemoteDataSource::apiClient = sl<ApiClient>() |
|
private |
The documentation for this class was generated from the following file: