menu
todo
services\api\project_service.dart
ProjectService
getAllComments abstract method
getAllComments
dark_mode
light_mode
getAllComments
abstract method
@
GET
("/comments")
Future
<
List
<
CommentModel
>
>
getAllComments
(
@
Query
("task_id")
String
taskId
)
Implementation
@GET("/comments") Future<List<CommentModel>> getAllComments(@Query("task_id") String taskId);
todo
project_service
ProjectService
getAllComments abstract method
ProjectService class