renewLoan abstract method
Future<Try<DateTime, LcpException> >
renewLoan(
- RenewListener listener, {
- 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});