menu
todo
data\datasources\comments_remote_datasource.dart
CommentsRemoteDataSource
createComment abstract method
createComment
dark_mode
light_mode
createComment
abstract method
Future
<
CommentModel
>
createComment
(
CommentDataRequest
comment
)
Implementation
Future<CommentModel> createComment(CommentDataRequest comment);
todo
comments_remote_datasource
CommentsRemoteDataSource
createComment abstract method
CommentsRemoteDataSource class