computeCommentsList function
- CommentsList? commentsList
Used to not block the UI isolate.
Implementation
Future<CommentsList?> computeCommentsList(CommentsList? commentsList) async {
return commentsList?.nextPage();
}
Used to not block the UI isolate.
Future<CommentsList?> computeCommentsList(CommentsList? commentsList) async {
return commentsList?.nextPage();
}