We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6280fde commit acffaadCopy full SHA for acffaad
LabelStoreMax/lib/pages/product_detail.dart
@@ -616,7 +616,6 @@ class _ProductDetailState extends State<ProductDetailPage> {
616
617
_viewExternalProduct() {
618
if (_product.externalUrl != null && _product.externalUrl.isNotEmpty) {
619
- // launch(_product.externalUrl);
620
openBrowserTab(url: _product.externalUrl);
621
}
622
0 commit comments