deleteAccount method
Deletes the current user account.
Implementation
Future<void> deleteAccount() {
throw UnimplementedError(_errorMessage('deleteAccount()'));
}
Deletes the current user account.
Future<void> deleteAccount() {
throw UnimplementedError(_errorMessage('deleteAccount()'));
}