OnWrongPassword typedef

OnWrongPassword = dynamic Function(String input)

Handle what to do in case the password is wrong

Implementation

typedef OnWrongPassword = Function(String input);