2-10/2/1
This commit is contained in:
@@ -146,6 +146,13 @@ class AvailableRidesPage extends StatelessWidget {
|
||||
"This ride is already taken by another driver."
|
||||
.tr,
|
||||
'', () {
|
||||
CRUD().post(
|
||||
link: AppLink.deleteAvailableRide,
|
||||
payload: {'id': list['id']});
|
||||
CRUD().post(
|
||||
link:
|
||||
'${AppLink.endPoint}/ride/notificationCaptain/deleteAvailableRide.php',
|
||||
payload: {'id': list['id']});
|
||||
Get.back();
|
||||
});
|
||||
} else if (jsonDecode(res)['status'] ==
|
||||
|
||||
Reference in New Issue
Block a user