1
0
Fork 0
mirror of https://gitlab.com/nkming2/nc-photos.git synced 2025-03-10 17:28:56 +01:00
nc-photos/app/lib/url_launcher_util.dart

5 lines
156 B
Dart
Raw Normal View History

2022-07-08 11:38:24 +02:00
import 'package:url_launcher/url_launcher_string.dart';
Future<bool> launch(String url) =>
launchUrlString(url, mode: LaunchMode.externalApplication);