hardDelete method

Future<Either<BaseException, void>> hardDelete()

Implementation

Future<Either<BaseException, void>> hardDelete() {
  return delete(
    AuthUrls.hardDelete,
    mapper: (json) => {},
  );
}