feat: Refactor repositories and modules to remove FirebaseAuth dependency and utilize DataConnectService
This commit is contained in:
@@ -6,8 +6,7 @@ import '../../domain/repositories/client_create_order_repository_interface.dart'
|
||||
|
||||
/// Implementation of [ClientCreateOrderRepositoryInterface].
|
||||
///
|
||||
/// This implementation coordinates data access for order creation by delegating
|
||||
/// to the [OrderRepositoryMock] and [ExampleConnector] from the shared
|
||||
/// This implementation coordinates data access for order creation by [DataConnectService] from the shared
|
||||
/// Data Connect package.
|
||||
///
|
||||
/// It follows the KROW Clean Architecture by keeping the data layer focused
|
||||
|
||||
Reference in New Issue
Block a user