This commit is contained in:
Hamza-Ayed
2023-10-16 16:53:27 +03:00
parent 2105de243c
commit 06905be0e9
13 changed files with 339 additions and 191 deletions

View File

@@ -121,8 +121,8 @@ class HomeCaptain extends StatelessWidget {
),
TextButton(
onPressed: () {
homeCaptainController.sendSMSToRecipents(
'hi from Sefer', ['+962798583052']);
// homeCaptainController.sendSMSToRecipents(
// 'hi from Sefer', ['+962798583052']);
},
child: const Text('send msg')),
],