OrganizationServiceBase constructor

OrganizationServiceBase()

Implementation

OrganizationServiceBase() {
  $addMethod($grpc.ServiceMethod<$1.AddOrganizationRequest, $1.AddOrganizationResponse>(
      'AddOrganization',
      addOrganization_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $1.AddOrganizationRequest.fromBuffer(value),
      ($1.AddOrganizationResponse value) => value.writeToBuffer()));
}