ping_Pre method

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

Implementation

$async.Future<$0.PongResponse> ping_Pre(
    $grpc.ServiceCall $call, $async.Future<$0.PingRequest> $request) async {
  return ping($call, await $request);
}