From c947ad0e5fe67c70fcde215e5f999bd64fdc03a4 Mon Sep 17 00:00:00 2001 From: Lorenzo Pichilli Date: Thu, 28 Apr 2022 21:17:44 +0200 Subject: [PATCH] format --- lib/src/chrome_safari_browser/chrome_safari_browser.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/src/chrome_safari_browser/chrome_safari_browser.dart b/lib/src/chrome_safari_browser/chrome_safari_browser.dart index c806c664..eb478cdb 100755 --- a/lib/src/chrome_safari_browser/chrome_safari_browser.dart +++ b/lib/src/chrome_safari_browser/chrome_safari_browser.dart @@ -94,7 +94,8 @@ class ChromeSafariBrowser { assert(url.toString().isNotEmpty); this.throwIsAlreadyOpened(message: 'Cannot open $url!'); if (!kIsWeb && defaultTargetPlatform == TargetPlatform.iOS) { - assert(['http', 'https'].contains(url.scheme), 'The specified URL has an unsupported scheme. Only HTTP and HTTPS URLs are supported on iOS.'); + assert(['http', 'https'].contains(url.scheme), + 'The specified URL has an unsupported scheme. Only HTTP and HTTPS URLs are supported on iOS.'); } List> menuItemList = [];