HandleLoginCallback typedef Null safety
Callback that returns the AuthInfo post registration
Implementation
typedef HandleLoginCallback = void Function(WhoIs whoIs);
Callback that returns the AuthInfo post registration
typedef HandleLoginCallback = void Function(WhoIs whoIs);