sdk-for-flutter
sdk-for-flutter copied to clipboard
makes providerAccessTokenExpiry in Session nullable
When logging in with email, null is returned from the server for providerAccessTokenExpiry, but the type is currently int and not int? which is why an exception flies at this point. Therefore I made the type nullable.