getPoll method

Future<AmityPoll> getPoll()

Get the poll post detail

Implementation

Future<AmityPoll> getPoll() async {
  return serviceLocator<GetPollUseCase>().get(pollId);
}