isReachable method
This function checks if a given URI is reachable within a specified timeout period.
Specifically designed to
params:
client
: An instance ofhttp.Client
to make the HTTP request.uriString
: An optionalString
specifying the URI to check. Defaults to 'org link' if not provided.
returns:
Future<bool>
: indicates if the url is reachable.
Implementation
Future<bool> async
- talawa
- connectivity_service
- ConnectivityService
- isReachable method