OnLogin typedef

OnLogin = dynamic Function(UserAuthInfo? userAuthInfo)

Implementation

typedef OnLogin = Function(UserAuthInfo? userAuthInfo);