merge with conflict
This commit is contained in:
@@ -41,4 +41,13 @@ class HomeService {
|
||||
);
|
||||
return result;
|
||||
}
|
||||
|
||||
Future<Result<Map<String, dynamic>>> checkUnreadNotifications() async {
|
||||
final result = await _networkManager.makeRequest(
|
||||
HomeApi.checkUnreadNotifications,
|
||||
(json) => json,
|
||||
method: 'GET',
|
||||
);
|
||||
return result;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user