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);