EndUserServiceBase constructor

EndUserServiceBase()

Implementation

EndUserServiceBase() {
  $addMethod($grpc.ServiceMethod<$11.IsLegalAcceptedRequest, $11.IsLegalAcceptedResponse>(
      'IsLegalAccepted',
      isLegalAccepted_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $11.IsLegalAcceptedRequest.fromBuffer(value),
      ($11.IsLegalAcceptedResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$11.AcceptLegalRequest, $11.AcceptLegalResponse>(
      'AcceptLegal',
      acceptLegal_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $11.AcceptLegalRequest.fromBuffer(value),
      ($11.AcceptLegalResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$11.RegisterAuthApplicationRequest, $11.RegisterAuthApplicationResponse>(
      'RegisterAuthApplication',
      registerAuthApplication_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $11.RegisterAuthApplicationRequest.fromBuffer(value),
      ($11.RegisterAuthApplicationResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$11.UpdateAuthApplicationRequest, $11.UpdateAuthApplicationResponse>(
      'UpdateAuthApplication',
      updateAuthApplication_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $11.UpdateAuthApplicationRequest.fromBuffer(value),
      ($11.UpdateAuthApplicationResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$11.GetAuthApplicationRequest, $11.GetAuthApplicationResponse>(
      'GetAuthApplication',
      getAuthApplication_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $11.GetAuthApplicationRequest.fromBuffer(value),
      ($11.GetAuthApplicationResponse value) => value.writeToBuffer()));
}