unflag method

Future<bool> unflag()

Implementation

Future<bool> unflag() {
  return _postUnflagUsecase.get(_postId);
}