mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-22 08:46:18 +01:00
4 lines
156 B
Dart
4 lines
156 B
Dart
import 'package:url_launcher/url_launcher_string.dart';
|
|
|
|
Future<bool> launch(String url) =>
|
|
launchUrlString(url, mode: LaunchMode.externalApplication);
|