ping method

Future<bool> ping()
inherited

Implementation

Future<bool> ping() => _public('/v1/ping').then((r) => true);