add account delection page
This commit is contained in:
@@ -192,4 +192,8 @@ class MainModel extends ChangeNotifier {
|
||||
await Services.instance.authService.updatePreferredCurrency(currency);
|
||||
notifyListeners();
|
||||
}
|
||||
|
||||
Future<void> deleteAccount() async {
|
||||
return await Services.instance.authService.deleteAccount();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user