forgotPasswordHintText property

  1. @override
String get forgotPasswordHintText
inherited

Used as a hint on a ForgotPasswordView.

Implementation

@override
String get forgotPasswordHintText =>
    "Provide your email and we will send you a link to reset your password";