mirror of
https://github.com/Auties00/Reboot-Launcher.git
synced 2026-01-14 03:32:23 +01:00
3 lines
200 B
Dart
3 lines
200 B
Dart
import 'package:url_launcher/url_launcher.dart';
|
|
|
|
Future<void> openPortTutorial() => launchUrl(Uri.parse("https://github.com/Auties00/reboot_launcher/blob/master/documentation/en/PortForwarding.md")); |