menu
todo
data\datasources\comments_remote_datasource.dart
CommentsRemoteDataSource
getComments abstract method
getComments
dark_mode
light_mode
getComments
abstract method
Future
<
List
<
CommentModel
>
>
getComments
(
String
taskId
)
Implementation
Future<List<CommentModel>> getComments(String taskId);
todo
comments_remote_datasource
CommentsRemoteDataSource
getComments abstract method
CommentsRemoteDataSource class