I'm getting multiple informational warnings in VSCode:
"Don't use 'BuildContext's across async gaps. Try rewriting the code to not use the 'BuildContext', or guard the use with a 'mounted' check."
Does anyone have a suggestion on how to deal with this issue?