close method
Helper method to close the webview.
Implementation
void close(BuildContext context) {
if (!hasPopped) {
hasPopped = true;
Navigator.pop(context);
}
}
Helper method to close the webview.
void close(BuildContext context) {
if (!hasPopped) {
hasPopped = true;
Navigator.pop(context);
}
}