getParticipantPoints method

  1. @override
Future<ParticipantPoints> getParticipantPoints({
  1. required String token,
})
override

Implementation

@override
Future<ParticipantPoints> getParticipantPoints({required String token}) {
  return datasource.getParticipantPoints(token: token);
}