ping abstract method

Future<PongResponse> ping(
  1. ServiceCall call,
  2. PingRequest request
)

Implementation

$async.Future<$0.PongResponse> ping(
    $grpc.ServiceCall call, $0.PingRequest request);