FreeParkingSlot

Frees the parking slot currently occupied by the user. If the user hasn't parked it does nothing.

Constructors

Link copied to clipboard
constructor(parkingSlotRepository: ParkingSlotRepository)

Functions

Link copied to clipboard
suspend operator fun invoke(params: Unit): Either<AppError, Unit>
Link copied to clipboard
suspend operator fun <Res> AsyncUseCase<Unit, Res>.invoke(): Res

Utility method to avoid passing Unit argument to invoke