emailTakenErrorText property

  1. @override
String get emailTakenErrorText
override

Used as an error message when the user tries to sign up with an email that is already used.

Implementation

@override
String get emailTakenErrorText => "L'account con questo email esiste giĆ ";