sendForgottenPasswordEmail method

  1. @Deprecated('''Not possible anymore. Needs to be done on the Identity Server. When authenticating, the user can get a new password on the Identity Server login page.''')
Future<String> sendForgottenPasswordEmail()

Implementation

@Deprecated('''Not possible anymore. Needs to be done on the Identity Server.
    When authenticating, the user can get a new password on the Identity Server login page.''')
Future<String> sendForgottenPasswordEmail() => throw UnimplementedError();