PingServiceBase constructor

PingServiceBase()

Implementation

PingServiceBase() {
  $addMethod($grpc.ServiceMethod<$11.PingRequest, $11.PingResponse>(
      'Ping',
      ping_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $11.PingRequest.fromBuffer(value),
      ($11.PingResponse value) => value.writeToBuffer()));
}