decline method

Future<bool> decline()

Implementation

Future<bool> decline() {
  return _postDeclineUsecase.get(_postId);
}