mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-22 00:12:09 +03:00
Update Help and About links
This commit is contained in:
parent
42250e9814
commit
7d6df2f186
@ -16,15 +16,9 @@
|
||||
|
||||
import 'package:url_launcher/url_launcher.dart';
|
||||
|
||||
import '../core/state.dart';
|
||||
void launchDocumentationUrl() => _launchUrl('https://yubi.co/ya-documentation');
|
||||
|
||||
void launchDocumentationUrl() => _launchUrl(isAndroid
|
||||
? 'https://yubi.co/ya-feedback-android'
|
||||
: 'https://yubi.co/ya-feedback-desktop');
|
||||
|
||||
void launchHelpUrl() => _launchUrl(isAndroid
|
||||
? 'https://yubi.co/ya-help-android'
|
||||
: 'https://yubi.co/ya-help-desktop');
|
||||
void launchHelpUrl() => _launchUrl('https://yubi.co/ya-support');
|
||||
|
||||
void launchTermsUrl() => _launchUrl('https://yubi.co/terms');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user