using this i can save username and password at once for autofill if username and password fields are at same page and grouped using AutoGroup
TextInput.finishAutofillContext(shouldSave: true);
But in my case I want to save username and password after user inputs them in two separate pages. How can i achieve this?