deleteAccount method
Deletes the current user account.
Implementation
Future<void> deleteAccount() =>
Future.error(UnimplementedError(_errorMessage('deleteAccount()')));
Deletes the current user account.
Future<void> deleteAccount() =>
Future.error(UnimplementedError(_errorMessage('deleteAccount()')));