fix analyze

This commit is contained in:
Salvatore Giordano
2021-02-17 09:19:26 +01:00
parent beb54babb5
commit 29447d1440
3 changed files with 1 additions and 5 deletions
@@ -4,7 +4,6 @@ import 'package:url_launcher/url_launcher.dart';
import '../stream_chat_flutter.dart';
import 'stream_svg_icon.dart';
import 'dart:math';
Future<void> launchURL(BuildContext context, String url) async {
if (await canLaunch(url)) {