VerifyResponseCallback typedef

VerifyResponseCallback = bool Function(String response)

Callback to verify the response of the pinged server

Implementation

typedef VerifyResponseCallback = bool Function(String response);