checkKwikpassHealth method
Check whether Kwikpass is healthy and reachable.
Implementation
Future<Result<HealthCheckResponseData?>> checkKwikpassHealth() async {
return await ApiService.checkKwikpassHealth();
}
Check whether Kwikpass is healthy and reachable.
Future<Result<HealthCheckResponseData?>> checkKwikpassHealth() async {
return await ApiService.checkKwikpassHealth();
}