diff --git a/lib/src/in_app_browser/android/in_app_browser_options.dart b/lib/src/in_app_browser/android/in_app_browser_options.dart index 7111604b..4a99acc0 100755 --- a/lib/src/in_app_browser/android/in_app_browser_options.dart +++ b/lib/src/in_app_browser/android/in_app_browser_options.dart @@ -44,7 +44,8 @@ class AndroidInAppBrowserOptions implements BrowserOptions, AndroidOptions { options.toolbarTopFixedTitle = map["toolbarTopFixedTitle"]; options.closeOnCannotGoBack = map["closeOnCannotGoBack"]; options.allowGoBackWithBackButton = map["allowGoBackWithBackButton"]; - options.shouldCloseOnBackButtonPressed = map["shouldCloseOnBackButtonPressed"]; + options.shouldCloseOnBackButtonPressed = + map["shouldCloseOnBackButtonPressed"]; return options; }