UserInfoCreationCallback typedef
UserInfoCreationCallback =
Future<bool> Function(Session session, UserInfo userInfo, String? method)
Callback for user creation.
Implementation
typedef UserInfoCreationCallback =
Future<bool> Function(Session session, UserInfo userInfo, String? method);