ping method

Future ping()

api service check ping

Implementation

Future<dynamic> ping() {
  throw UnimplementedError('ping() has not been implemented.');
}