'TextInput.finishAutofillContext not working for save credentials to google

I am using Flutter version 2.8.1 with new migration as per this this but I am not getting pop up while saving email and passwords.

TextInput.finishAutofillContext(shouldSave: true);

The above code, I am using on the press of submit button. It was working in flutter 2.5.1. Can anyone suggest what I am doing wrong?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source