close method
override
Closes any resources or UI related to the authentication process.
This method is called to close the InAppWebView, if applicable.
Implementation
@override
void close() {
supportsCloseForLaunchMode(_launchMode).then((value) => {
if (value) {closeInAppWebView()}
});
}