flag method

Future<bool> flag()

Implementation

Future<bool> flag() {
  return _postFlagUsecase.get(_postId);
}