TestServiceWithCustomOptionsServiceBase constructor

TestServiceWithCustomOptionsServiceBase()

Implementation

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