12/9/1
This commit is contained in:
@@ -41,11 +41,8 @@ class SosConnect extends StatelessWidget {
|
||||
onTap: () {
|
||||
launchCommunication(
|
||||
'whatsapp',
|
||||
'962' +
|
||||
box.read(BoxName
|
||||
.phoneDriver), //todo add number from driver
|
||||
'Hello this is Captain'.tr +
|
||||
' ${box.read(BoxName.nameDriver)}');
|
||||
'+962${box.read(BoxName.phoneDriver)}', //todo add number from driver
|
||||
'${'Hello this is Captain'.tr} ${box.read(BoxName.nameDriver)}');
|
||||
},
|
||||
child: const Icon(
|
||||
FontAwesome.whatsapp,
|
||||
|
||||
Reference in New Issue
Block a user