lockoutMessage property

String Function(Duration remaining)? lockoutMessage
final

Message shown on the lockout screen. Receives remaining duration.

Implementation

final String Function(Duration remaining)? lockoutMessage;