renewLoan abstract method

Future<Try<DateTime, LcpException>> renewLoan(
  1. RenewListener listener,
  2. {bool prefersWebPage = false}
)

Renews the loan by starting a renew LSD interaction.

@param prefersWebPage Indicates whether the loan should be renewed through a web page if available, instead of programmatically.

Implementation

Future<Try<DateTime, LcpException>> renewLoan(RenewListener listener,
    {bool prefersWebPage = false});