onComplete property

(dynamic Function(AuthCredential credential)?) onComplete
final

A callback that is being called when the auth flow completes.

Implementation

final Function(fba.AuthCredential credential)? onComplete;