getTasks abstract method

  1. @GET("tasks")
Future<List<TaskModelResponse>> getTasks(
  1. @Query('project_id') String? projectId
)

Implementation

@GET("tasks")
Future<List<TaskModelResponse>> getTasks(
    @Query('project_id') String? projectId);