PingServiceBase constructor

PingServiceBase()

Implementation

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