PingServiceBase constructor

PingServiceBase()

Implementation

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