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
2022-07-09 19:24:00 +08:00

4 lines
156 B
Dart

import 'package:url_launcher/url_launcher_string.dart';
Future<bool> launch(String url) =>
launchUrlString(url, mode: LaunchMode.externalApplication);