ViewCurrentParkingSlot

Finds the information of the current parking slot

Constructors

Link copied to clipboard
constructor(parkingSlotRepository: ParkingSlotRepository)

Functions

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

Utility method to avoid passing Unit argument to invoke