onSuccess property

void Function(UserResponse response) onSuccess
final

Method to be called when the auth action is success

Implementation

final void Function(UserResponse response) onSuccess;