RenewListener mixin

UX delegate for the loan renew LSD interaction.

If your application fits Material Design guidelines, take a look at MaterialRenewListener for a default implementation.

Mixin Applications

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openWebPage(Uri url) Future<void>
Called when the renew interaction uses an HTML web page.
preferredEndDate(DateTime? maximumDate) Future<DateTime>
Called when the renew interaction allows to customize the end date programmatically. You can prompt the user for the number of days to renew, for example.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited