Aidra Driver 1.3.5+68
Aidra Driver - Your path to green energy
Loading...
Searching...
No Matches
AuthenticationRemoteDataSource Class Reference

Private Member Functions

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

Private Attributes

final apiClient = sl<ApiClient>()

Detailed Description

Definition at line 11 of file authentication_remote_datasource.dart.

Member Function Documentation

◆ getCollectionCancelationReasons()

Future< List< ResCancelationReasonModel > > AuthenticationRemoteDataSource::getCollectionCancelationReasons ( )
inlineprivate

Definition at line 50 of file authentication_remote_datasource.dart.

◆ getCollectionContactList()

Future< List< ResCollectionContactModel > > AuthenticationRemoteDataSource::getCollectionContactList ( { required int restaurentId, } )
inlineprivate

Definition at line 77 of file authentication_remote_datasource.dart.

◆ getCollectionPaymentModeList()

Future< List< ResPartnerPaymentModel > > AuthenticationRemoteDataSource::getCollectionPaymentModeList ( { required int restaurentId, } )
inlineprivate

Definition at line 60 of file authentication_remote_datasource.dart.

◆ getCollectionRatingReasons()

Future< List< ResCollectionRatingReasonModel > > AuthenticationRemoteDataSource::getCollectionRatingReasons ( )
inlineprivate

Definition at line 94 of file authentication_remote_datasource.dart.

◆ getCollections()

Future< List< CollectionModel > > AuthenticationRemoteDataSource::getCollections ( { required int userId, required bool notForToday, required String? type, } )
inlineprivate

Definition at line 28 of file authentication_remote_datasource.dart.

◆ getHistoryCollections()

Future< List< CollectionModel > > AuthenticationRemoteDataSource::getHistoryCollections ( { required int userId, String? period, DateTime? dateStart, DateTime? dateEnd, } )
inlineprivate

Definition at line 104 of file authentication_remote_datasource.dart.

◆ signInWithCredentials()

Future< Map< String, dynamic > > AuthenticationRemoteDataSource::signInWithCredentials ( { required CredentialsModel credentials, } )
inlineprivate

Definition at line 13 of file authentication_remote_datasource.dart.

Member Data Documentation

◆ apiClient

final AuthenticationRemoteDataSource::apiClient = sl<ApiClient>()
private

Definition at line 12 of file authentication_remote_datasource.dart.


The documentation for this class was generated from the following file: