EndUserServiceBase constructor

EndUserServiceBase()

Implementation

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