ping abstract method

Future<MercuryResponse> ping(
  1. ServiceCall call,
  2. MercuryRequest request
)

Implementation

$async.Future<$1.MercuryResponse> ping(
    $grpc.ServiceCall call, $1.MercuryRequest request);