ping abstract method

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

Implementation

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