addPost method

ResultOrException<Post> addPost(
  1. Post post
)

Implementation

ResultOrException<Post> addPost(Post post) => ResultOrException.error('');