getHealthStatuses method

Implementation

Future<HealthVerificationStatusesResponse?> getHealthStatuses() async {
  return api.getHealthStatuses();
}