How can I claim custom attributes when I use Amplify.Auth.signIn to login my users in the flutter app?
when I login from Appsync query editor in aws console the generated JWT has the custom attribute, but when I login from the flutter app using the same credentials the token does Not have the custom attributes
is there a specific config that I need to put i the amplifyconfiguration.dart file?