This commit is contained in:
Felipe
2024-08-02 18:46:17 -05:00
parent e1717f1be7
commit 408744fcc6
7 changed files with 9 additions and 15 deletions
@@ -37,8 +37,7 @@ class _ConfigurationSupportScreenState
}
Future<void> _sendWhatsapp(String? number) async {
final _whatsappUrl =
'https://api.whatsapp.com/send?phone=$number&text=Hola%21+soy+usuario+de+Prosapp+y+quisiera+conocer+mas+sobre+esta+app+%F0%9F%98%81';
final _whatsappUrl = 'https://api.whatsapp.com/send?phone=$number&text=Hola%21+soy+usuario+de+Prosapp+y+quisiera+conocer+mas+sobre+esta+app+%F0%9F%98%81';
if (!await launch(_whatsappUrl)) {
ScaffoldMessenger.of(context).clearSnackBars();
ScaffoldMessenger.of(context).showSnackBar(const SnackBar(