TestServiceWithCustomOptionsServiceBase constructor

TestServiceWithCustomOptionsServiceBase()

Implementation

TestServiceWithCustomOptionsServiceBase() {
  $addMethod($grpc.ServiceMethod<$22.CustomOptionFooRequest, $22.CustomOptionFooResponse>(
      'Foo',
      foo_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $22.CustomOptionFooRequest.fromBuffer(value),
      ($22.CustomOptionFooResponse value) => value.writeToBuffer()));
}