onSuccess property

void Function(AuthResponse response) onSuccess
final

Method to be called when the auth action is success

Implementation

final void Function(AuthResponse response) onSuccess;