refactor: remove unused local and remote data sources, models, and tests for chicken and poultry features to streamline codebase
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
abstract class PoultryFarmLocalDataSource {
|
||||
// TODO: Implement local data source methods
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
abstract class PoultryFarmRemoteDataSource {
|
||||
Future<void> getPoultryFarms();
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
abstract class PoultryFarmRepository {
|
||||
// TODO: Implement repository interface
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user