checkKwikpassHealth method

Future<Result<HealthCheckResponseData?>> checkKwikpassHealth()

Check whether Kwikpass is healthy and reachable.

Implementation

Future<Result<HealthCheckResponseData?>> checkKwikpassHealth() async {
  return await ApiService.checkKwikpassHealth();
}