HandleAuthInfoCallback typedef Null safety
Callback that returns the AuthInfo post registration
Implementation
typedef HandleAuthInfoCallback = void Function(AuthInfo authInfo);
Callback that returns the AuthInfo post registration
typedef HandleAuthInfoCallback = void Function(AuthInfo authInfo);