Files
tripz/lib/controller/functions/remove_account.dart
Hamza Aleghwairyeen 074fe6838b 10/24/1
2023-10-24 14:56:11 +03:00

8 lines
170 B
Dart

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