1
0
Fork 0
mirror of https://gitlab.com/nkming2/nc-photos.git synced 2025-03-25 16:34:41 +01:00
nc-photos/app/lib/url_launcher_util.dart

5 lines
156 B
Dart
Raw Normal View History

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