merge with conflict
This commit is contained in:
@@ -37,4 +37,8 @@ class HomeRepository {
|
||||
Future<Result<FeedbackStatResponse>> getFeedbackStats() {
|
||||
return _homeService.getFeedbackStats();
|
||||
}
|
||||
Future<Result<Map<String, dynamic>>> checkUnreadNotifications() async {
|
||||
return _homeService.checkUnreadNotifications();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user