updatePostsList method

void updatePostsList()

Implementation

void updatePostsList() {
  onPostsUpdated?.call(postsList.value!);
}