ping method

Future<String?> ping()

Implementation

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