resetPasswordSuccessInstructions property

  1. @override
String resetPasswordSuccessInstructions
override

No description provided for @resetPasswordSuccessInstructions.

In en, this message translates to: 'Check email for instructions.'

Implementation

@override
String get resetPasswordSuccessInstructions =>
    'Check email for instructions.';