EndUserServiceBase constructor

EndUserServiceBase()

Implementation

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