ping method

Future<bool> ping()

Implementation

Future<bool> ping() => pingUrl(baseUrl!);