This commit is contained in:
Hamza Aleghwairyeen
2023-10-24 14:56:11 +03:00
parent 9a970a5b23
commit 074fe6838b
7 changed files with 64 additions and 46 deletions

View File

@@ -0,0 +1,8 @@
// import 'package:ride/controller/functions/crud.dart';
// class RemoveAccount {
// void removeAccount()async{
// var res=await CRUD().post(link: link)
// }
// }