chore: update app version to 1.3.35+32, change build mode to debug, and refactor poultry farm inspection routes and logic for improved structure
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
abstract class PoultryFarmLocalDataSource {
|
||||
// TODO: Implement local data source methods
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
abstract class PoultryFarmRemoteDataSource {
|
||||
Future<void> getPoultryFarms();
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
abstract class PoultryFarmRepository {
|
||||
// TODO: Implement repository interface
|
||||
}
|
||||
Reference in New Issue
Block a user