get method

Future<AmityPost> get()

Implementation

Future<AmityPost> get() {
  return _useCase.get(_postId);
}