deleteAccount abstract method

Future<Either<Failure, User?>> deleteAccount(
  1. String userId, {
  2. Map<String, dynamic>? body,
})

Implementation

Future<Either<Failure, User?>> deleteAccount(String userId, {Map<String, dynamic>? body});